mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:39:28 +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);
|
procedure TLazarusManager.LazarusProcessStart(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
SplashForm.Hide;
|
SplashForm.Hide;
|
||||||
|
Application.ProcessMessages;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TLazarusManager.WaitForLazarus;
|
procedure TLazarusManager.WaitForLazarus;
|
||||||
@ -261,6 +262,9 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
Revision 1.12 2004/11/20 13:14:28 vincents
|
||||||
fixed typo.
|
fixed typo.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user