You've already forked lazarus-ccr
Minor fix to TOvcSimpleField to handle apparent LCL change to default Color.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2502 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -809,6 +809,7 @@ begin
|
|||||||
FZeroDisplayValue := 0;
|
FZeroDisplayValue := 0;
|
||||||
{$IFDEF LCL}
|
{$IFDEF LCL}
|
||||||
FCtl3D := True;
|
FCtl3D := True;
|
||||||
|
Color := clWindow;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
efRangeLo := BlankRange;
|
efRangeLo := BlankRange;
|
||||||
|
Reference in New Issue
Block a user