LazReport: Update dseigner scrollbars on changing current page, patch by Michal Gawrycki, issue #35882

git-svn-id: trunk@61623 -
This commit is contained in:
jesus 2019-07-26 01:12:35 +00:00
parent 742d4e74ed
commit 123e8f9f45

View File

@ -3670,6 +3670,7 @@ begin // setting curpage and do all manipulation
ResetSelection; ResetSelection;
SendBandsToDown; SendBandsToDown;
PageView.Invalidate; PageView.Invalidate;
UpdScrollbars;
finally finally
fInBuildPage:=False; fInBuildPage:=False;
end; end;