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:
jesus 2016-04-13 17:42:59 +00:00
parent 04d9e7d2ec
commit 7aba13f0ce

View File

@ -920,6 +920,7 @@ begin
FHighlightColor:=DefHighlightColor;
FGutterColor:=DefGutterColor;
FGutterEdgeColor:=DefGutterEdgeColor;
FValueDifferBackgrndColor:=DefValueDifferBackgrndColor;
FNameFont:=TFont.Create;
FNameFont.Color:=DefNameColor;