mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
Qt: fixed scrolling of widgets.
git-svn-id: trunk@17572 -
This commit is contained in:
parent
8519ca5376
commit
b1780bca04
@ -2912,7 +2912,7 @@ end;
|
||||
|
||||
procedure TQtWidget.scroll(dx, dy: integer);
|
||||
begin
|
||||
QWidget_scroll(Widget, dx, dy);
|
||||
QWidget_scroll(getContainerWidget, dx, dy);
|
||||
FScrollX := FScrollX + dx;
|
||||
FScrollY := FScrollY + dy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user