improved but not fixed transient windows

git-svn-id: trunk@2902 -
This commit is contained in:
mattias 2002-08-18 08:55:48 +00:00
parent fb93fe7458
commit 9f1fdab27e

View File

@ -776,6 +776,7 @@ begin
ConnectMainBarEvents;
end;
// initialize the other IDE manager
DebugBoss:=TDebugManager.Create(Self);
DebugBoss.ConnectMainBarEvents;
@ -790,8 +791,14 @@ begin
SetupControlSelection;
UpdateWindowsMenu;
// Main IDE bar created and setup completed -> Show it
Show;
// Now load a project
SetupStartProject;
// set OnIdle handlers
Application.AddOnUserInputHandler(@OnApplicationUserInput);
Application.AddOnIdleHandler(@OnApplicationIdle);
SetupHints;
@ -7995,6 +8002,9 @@ end.
{ =============================================================================
$Log$
Revision 1.493 2003/03/17 13:00:35 mattias
improved but not fixed transient windows
Revision 1.492 2003/03/16 11:07:41 mattias
fixed insert text GPL and LGPL