mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
* InvalidateRect() fix, speed up drawing.
git-svn-id: trunk@11506 -
This commit is contained in:
parent
8a4d395c8e
commit
996811b2df
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user