mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
postponed handle creation until component is loaded (issue #1333)
git-svn-id: trunk@7965 -
This commit is contained in:
parent
59f061c29a
commit
0a4cd42e15
@ -2890,7 +2890,7 @@ begin
|
||||
Result:=(Visible
|
||||
or ((csDesigning in ComponentState)
|
||||
and not (csNoDesignVisible in ControlStyle)))
|
||||
and not (csReadingState in ControlState);
|
||||
and not (csLoading in ComponentState);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user