lcl: splash: use invalidate instead of paint

git-svn-id: trunk@38805 -
This commit is contained in:
mattias 2012-09-24 06:58:16 +00:00
parent 066a74ddf6
commit bc0f56fefe

View File

@ -2183,7 +2183,7 @@ begin
begin
// show the splash form and handle the paint message
AForm.Show;
AForm.Paint;
AForm.Invalidate;
ProcessMessages;
end;
end;