mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 08:23:52 +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;
|
FHighlightColor:=DefHighlightColor;
|
||||||
FGutterColor:=DefGutterColor;
|
FGutterColor:=DefGutterColor;
|
||||||
FGutterEdgeColor:=DefGutterEdgeColor;
|
FGutterEdgeColor:=DefGutterEdgeColor;
|
||||||
|
FValueDifferBackgrndColor:=DefValueDifferBackgrndColor;
|
||||||
|
|
||||||
FNameFont:=TFont.Create;
|
FNameFont:=TFont.Create;
|
||||||
FNameFont.Color:=DefNameColor;
|
FNameFont.Color:=DefNameColor;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user