mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:19:50 +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
|
Result:=(Visible
|
||||||
or ((csDesigning in ComponentState)
|
or ((csDesigning in ComponentState)
|
||||||
and not (csNoDesignVisible in ControlStyle)))
|
and not (csNoDesignVisible in ControlStyle)))
|
||||||
and not (csReadingState in ControlState);
|
and not (csLoading in ComponentState);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user