mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +02:00
fixed hiding splash screen for gtk
git-svn-id: trunk@6292 -
This commit is contained in:
parent
5b90209cd6
commit
784cf31d12
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user