diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index 89d1344e1e..45f6ec1032 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -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);