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:
parent
7973be2612
commit
882acaa5eb
@ -809,6 +809,7 @@ begin
|
||||
FZeroDisplayValue := 0;
|
||||
{$IFDEF LCL}
|
||||
FCtl3D := True;
|
||||
Color := clWindow;
|
||||
{$ENDIF}
|
||||
|
||||
efRangeLo := BlankRange;
|
||||
|
Loading…
Reference in New Issue
Block a user