Qt: revert splash to QWidget_repaint(), it's snapier

git-svn-id: trunk@62978 -
This commit is contained in:
zeljko 2020-04-14 15:31:58 +00:00
parent 4d84a5fe1d
commit ab5c10baad

View File

@ -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;