mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
IDE: designer: added comment about csDesignInstance
git-svn-id: trunk@15233 -
This commit is contained in:
parent
b87e7979e5
commit
5afca49751
@ -938,6 +938,7 @@ begin
|
||||
try
|
||||
// set into design mode
|
||||
SetComponentDesignMode(Instance, True);
|
||||
// set csDesignInstance: it is a root design component
|
||||
SetComponentDesignInstanceMode(Instance, True);
|
||||
if (not Visible) and (Instance is TControl) then
|
||||
TControl(Instance).ControlStyle:=
|
||||
|
Loading…
Reference in New Issue
Block a user