mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +01:00
EditorOpts: Fixed editing styles in color opts
git-svn-id: trunk@26351 -
This commit is contained in:
parent
d608bc2daf
commit
c8d4c6b3c3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user