From c8d4c6b3c3c1cea362267fba19d3e16b40863cb2 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 30 Jun 2010 14:47:43 +0000 Subject: [PATCH] EditorOpts: Fixed editing styles in color opts git-svn-id: trunk@26351 - --- ide/frames/editor_color_options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/frames/editor_color_options.pas b/ide/frames/editor_color_options.pas index f9c5a87e89..7f7e689fa1 100644 --- a/ide/frames/editor_color_options.pas +++ b/ide/frames/editor_color_options.pas @@ -723,7 +723,7 @@ var end; end; begin - if UpdatingColor or (hafStyleMask in FCurHighlightElement.Features) then + if UpdatingColor or not (hafStyleMask in FCurHighlightElement.Features) then Exit; AttrToEdit := FCurHighlightElement;