mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +02:00
LazReport, workaround to fix scrollbars not showing in report editor on windows, issue #22960
git-svn-id: trunk@39161 -
This commit is contained in:
parent
2ed0e7a34c
commit
750dab2f2b
@ -2824,7 +2824,7 @@ begin
|
|||||||
|
|
||||||
ShowPosition;
|
ShowPosition;
|
||||||
RestoreState;
|
RestoreState;
|
||||||
//FormResize(nil);
|
FormResize(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrDesignerForm.FormHide(Sender: TObject);
|
procedure TfrDesignerForm.FormHide(Sender: TObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user