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:
macpgmr 2012-09-04 01:19:06 +00:00
parent 7973be2612
commit 882acaa5eb

View File

@ -809,6 +809,7 @@ begin
FZeroDisplayValue := 0;
{$IFDEF LCL}
FCtl3D := True;
Color := clWindow;
{$ENDIF}
efRangeLo := BlankRange;