EditorOpts: Fixed editing styles in color opts

git-svn-id: trunk@26351 -
This commit is contained in:
martin 2010-06-30 14:47:43 +00:00
parent d608bc2daf
commit c8d4c6b3c3

View File

@ -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;