mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
Qt: do not call unnecessary invalidate in TQtScrollingWinControl.ScrollBy()
git-svn-id: trunk@44841 -
This commit is contained in:
parent
8510d36eaf
commit
f3bc1571a3
@ -143,7 +143,6 @@ begin
|
||||
Exit;
|
||||
Widget := TQtCustomControl(AWinControl.Handle);
|
||||
Widget.viewport.scroll(DeltaX, DeltaY);
|
||||
AWinControl.Invalidate;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user