Qt: fixed bug in TQtWidgetSet.ScrollWindowEx().Wrong argument passed to TQtWidget.scroll()

git-svn-id: trunk@26509 -
This commit is contained in:
zeljko 2010-07-07 16:31:12 +00:00
parent ab43273cb2
commit e1c4c31217

View File

@ -4469,7 +4469,7 @@ begin
if ((Flags and SW_SCROLLCHILDREN) <> 0) or (PRcScroll = nil) then
W.scroll(dx, dy, nil)
else
W.scroll(dx, dy, @PRcScroll);
W.scroll(dx, dy, PRcScroll);
if ((Flags and SW_INVALIDATE) <> 0) then
begin