From f98120ba94abb61f052f27c96d650c09801ccd1a Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 14 Aug 2003 12:25:21 +0000 Subject: [PATCH] changed default visible of forms to false git-svn-id: trunk@4480 - --- ide/main.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index b8d4f6d3ee..284a30095e 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -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