fixed setcolor for streamed components

git-svn-id: trunk@2272 -
This commit is contained in:
mattias 2002-08-17 23:41:12 +00:00
parent 0851e8ccab
commit dfc8b04b32

View File

@ -408,7 +408,7 @@ end;
------------------------------------------------------------------------------}
function TControl.ColorIsStored: boolean;
begin
Result:=(Color=clBtnFace);
Result:=(Color<>clBtnFace);
end;
{------------------------------------------------------------------------------
@ -2055,6 +2055,9 @@ end;
{ =============================================================================
$Log$
Revision 1.114 2003/01/01 13:01:01 mattias
fixed setcolor for streamed components
Revision 1.113 2002/12/29 18:13:38 mattias
identifier completion: basically working, still hidden