mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 19:19:31 +01:00
IdeIntf: initialize FValueDifferBackgrndColor default value to DefValueDifferBackgrndColor at runtime which must match ValueDifferBackgrndColor declaration, it fixes GTK error dumps in LazReport when moving bands containing objects
git-svn-id: trunk@52187 -
This commit is contained in:
parent
04d9e7d2ec
commit
7aba13f0ce
@ -920,6 +920,7 @@ begin
|
||||
FHighlightColor:=DefHighlightColor;
|
||||
FGutterColor:=DefGutterColor;
|
||||
FGutterEdgeColor:=DefGutterEdgeColor;
|
||||
FValueDifferBackgrndColor:=DefValueDifferBackgrndColor;
|
||||
|
||||
FNameFont:=TFont.Create;
|
||||
FNameFont.Color:=DefNameColor;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user