mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 15:00:31 +02:00
improved but not fixed transient windows
git-svn-id: trunk@2902 -
This commit is contained in:
parent
fb93fe7458
commit
9f1fdab27e
10
ide/main.pp
10
ide/main.pp
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user