diff --git a/lcl/interfaces/qt/qtwsforms.pp b/lcl/interfaces/qt/qtwsforms.pp index e614a00e49..e36c89cbd7 100644 --- a/lcl/interfaces/qt/qtwsforms.pp +++ b/lcl/interfaces/qt/qtwsforms.pp @@ -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;