Skip to content

Commit

Permalink
- Fixed incorrect association of Smart Bar options page and Syntax Hi…
Browse files Browse the repository at this point in the history
…ghlight feature option
  • Loading branch information
wmjordan committed Dec 29, 2018
1 parent 8156270 commit 46d1a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codist/Options/ConfigPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sealed class CSharpScrollbarMarker : ConfigPage
[Guid("DA4EC893-7203-489C-9BCA-037D2686F89B")]
sealed class SmartBar : ConfigPage
{
protected override Features Feature => Features.SyntaxHighlight;
protected override Features Feature => Features.SmartBar;
protected override IWin32Window Window => Control ?? (Control = new SmartBarPage(this));
}

Expand Down

0 comments on commit 46d1a79

Please sign in to comment.