mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 19:42:49 +02:00
EditorOptions: call BeginUpdate, before setting colors
git-svn-id: trunk@25755 -
This commit is contained in:
parent
63fe4cd1db
commit
6c496f0876
@ -4008,11 +4008,13 @@ begin
|
||||
Src := Self;
|
||||
if IsUsingSchemeGlobals then
|
||||
Src := GetSchemeGlobal;
|
||||
aDest.BeginUpdate;
|
||||
aDest.Foreground := Src.Foreground;
|
||||
aDest.Background := Src.Background;
|
||||
aDest.FrameColor := Src.FrameColor;
|
||||
aDest.Style := Src.Style;
|
||||
aDest.StyleMask := Src.StyleMask;
|
||||
aDest.EndUpdate;
|
||||
end;
|
||||
|
||||
procedure TColorSchemeAttribute.Assign(Src: TPersistent);
|
||||
|
Loading…
Reference in New Issue
Block a user