tvplanit: Fix operation of navigation buttons in Preview dialog for weekview.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8533 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-11 15:24:15 +00:00
parent 2688b61c26
commit 35e35ca544
5 changed files with 46 additions and 17 deletions

View File

@@ -1112,6 +1112,7 @@ begin
if v <> FZoomFactor then begin
FZoomFactor := v;
ClearPageData;
GeneratePageImage;
SetScrollBars;
Invalidate;
end;