mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 11:39:23 +02:00
set Project.AutoCreateForms default to true
git-svn-id: trunk@3962 -
This commit is contained in:
parent
bf371c66ab
commit
802fe6a4e3
@ -1043,6 +1043,7 @@ begin
|
||||
fProjectType:=TheProjectType;
|
||||
|
||||
fActiveEditorIndexAtStart := -1;
|
||||
FAutoCreateForms := true;
|
||||
fBookmarks := TProjectBookmarkList.Create;
|
||||
fCompilerOptions := TCompilerOptions.Create;
|
||||
FFlags:=DefaultProjectFlags;
|
||||
@ -2252,6 +2253,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.99 2003/03/25 17:11:16 mattias
|
||||
set Project.AutoCreateForms default to true
|
||||
|
||||
Revision 1.98 2003/03/11 09:57:51 mattias
|
||||
implemented ProjectOpt: AutoCreateNewForms, added designer Show Options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user