From 123e8f9f4540c5187691a86c308a94e56247ae42 Mon Sep 17 00:00:00 2001 From: jesus Date: Fri, 26 Jul 2019 01:12:35 +0000 Subject: [PATCH] LazReport: Update dseigner scrollbars on changing current page, patch by Michal Gawrycki, issue #35882 git-svn-id: trunk@61623 - --- components/lazreport/source/lr_desgn.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lazreport/source/lr_desgn.pas b/components/lazreport/source/lr_desgn.pas index a8b0bfda07..bcf8490775 100644 --- a/components/lazreport/source/lr_desgn.pas +++ b/components/lazreport/source/lr_desgn.pas @@ -3670,6 +3670,7 @@ begin // setting curpage and do all manipulation ResetSelection; SendBandsToDown; PageView.Invalidate; + UpdScrollbars; finally fInBuildPage:=False; end;