mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 15:00:26 +02:00
Qt: revert splash to QWidget_repaint(), it's snapier
git-svn-id: trunk@62978 -
This commit is contained in:
parent
4d84a5fe1d
commit
ab5c10baad
@ -651,7 +651,7 @@ begin
|
||||
end else
|
||||
if (ACustomForm.FormStyle = fsSplash) then
|
||||
begin
|
||||
QWidget_update(Widget.GetContainerWidget);
|
||||
QWidget_repaint(Widget.GetContainerWidget);
|
||||
QCoreApplication_processEvents(QEventLoopExcludeUserInputEvents);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user