Skip to content

Commit

Permalink
bugfix: Remark color was not saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Jun 4, 2018
1 parent 832169c commit 9995999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VS/CSHARP/asm-dude-vsix/OptionsPage/AsmDudeOptionsPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@ private void Save()
}
if (Settings.Default.SyntaxHighlighting_Remark.ToArgb() != this._asmDudeOptionsPageUI.ColorRemark.ToArgb())
{
Settings.Default.SyntaxHighlighting_Remark = this._asmDudeOptionsPageUI.ColorRemark;
UpdateFont(AsmClassificationDefinition.ClassificationTypeNames.Remark, this._asmDudeOptionsPageUI.ColorRemark);
changed = true;
refreshRegistry = true;
Expand Down

0 comments on commit 9995999

Please sign in to comment.