fixed hiding splash screen for gtk

git-svn-id: trunk@6292 -
This commit is contained in:
vincents 2004-11-23 18:11:18 +00:00
parent 5b90209cd6
commit 784cf31d12

View File

@ -158,6 +158,7 @@ end;
procedure TLazarusManager.LazarusProcessStart(Sender: TObject);
begin
SplashForm.Hide;
Application.ProcessMessages;
end;
procedure TLazarusManager.WaitForLazarus;
@ -261,6 +262,9 @@ end;
end.
{
$Log$
Revision 1.13 2004/11/23 18:11:18 vincents
fixed hiding splash screen for gtk
Revision 1.12 2004/11/20 13:14:28 vincents
fixed typo.