mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 23:30:30 +02:00
changed default visible of forms to false
git-svn-id: trunk@4480 -
This commit is contained in:
parent
fa73dc5669
commit
f98120ba94
@ -2738,7 +2738,7 @@ begin
|
||||
NewUnitInfo.ComponentName,'T'+NewUnitInfo.ComponentName);
|
||||
NewComponent:=CInterface.Component;
|
||||
if NewComponent is TControl then
|
||||
TControl(NewComponent).Visible:=true;
|
||||
TControl(NewComponent).Visible:=false;
|
||||
NewUnitInfo.Component:=NewComponent;
|
||||
CreateDesignerForComponent(NewComponent);
|
||||
|
||||
@ -9406,6 +9406,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.635 2003/08/14 12:25:21 mattias
|
||||
changed default visible of forms to false
|
||||
|
||||
Revision 1.634 2003/08/14 08:10:02 mattias
|
||||
started first compiler test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user