* InvalidateRect() fix, speed up drawing.

git-svn-id: trunk@11506 -
This commit is contained in:
zeljko 2007-07-14 13:44:35 +00:00
parent 8a4d395c8e
commit 996811b2df

View File

@ -2301,9 +2301,8 @@ begin
WriteLn('[WinAPI Invalidate Rect]');
{$endif}
//TODO: QWidget_update(TQtWidget(aHandle).Widget,Rect);
TQtWidget(aHandle).Update;
QWidget_update(TQtWidget(aHandle).Widget,Rect);
Result := True;
end;