LazReport, workaround to fix scrollbars not showing in report editor on windows, issue #22960

git-svn-id: trunk@39161 -
This commit is contained in:
jesus 2012-10-25 04:29:40 +00:00
parent 2ed0e7a34c
commit 750dab2f2b

View File

@ -2824,7 +2824,7 @@ begin
ShowPosition;
RestoreState;
//FormResize(nil);
FormResize(nil);
end;
procedure TfrDesignerForm.FormHide(Sender: TObject);