mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:19:10 +02:00
Qt: process noninput events after calling repaint of splash form.Needed on slower machines to avoid gray splashscreen.
git-svn-id: trunk@45280 -
This commit is contained in:
parent
434cf400b6
commit
5d0bda950c
@ -597,7 +597,10 @@ begin
|
||||
X11Raise(QWidget_winID(Widget.Widget));
|
||||
end else
|
||||
if (TForm(AWinControl).FormStyle = fsSplash) then
|
||||
begin
|
||||
QWidget_repaint(Widget.GetContainerWidget);
|
||||
QCoreApplication_processEvents(QEventLoopExcludeUserInputEvents);
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user