mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:59:13 +02:00
LazReport: Update dseigner scrollbars on changing current page, patch by Michal Gawrycki, issue #35882
git-svn-id: trunk@61623 -
This commit is contained in:
parent
742d4e74ed
commit
123e8f9f45
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user