LazReport: Fix double scrollbars in previewform, patch by Soner, issue #41065

This commit is contained in:
Jesus Reyes A 2024-08-14 21:15:29 -06:00
parent 8c36a16a4b
commit f356184e3b
2 changed files with 3 additions and 5 deletions

View File

@ -797,15 +797,13 @@ object frPreviewForm: TfrPreviewForm
ClientWidth = 687
FullRepaint = False
TabOrder = 1
object ScrollBox1: TScrollBox
object ScrollBox1: TPanel
Left = 1
Height = 469
Top = 1
Width = 666
HorzScrollBar.Page = 1
VertScrollBar.Page = 1
Align = alClient
BorderStyle = bsNone
BevelOuter = bvNone
TabOrder = 0
end
object BPanel: TPanel

View File

@ -120,6 +120,7 @@ type
PgDown: TSpeedButton;
PgUp: TSpeedButton;
PopupMenu1: TPopupMenu;
ScrollBox1: TPanel;
SettingsBtn: TBitBtn;
prnDialog: TPrintDialog;
ProcMenu: TPopupMenu;
@ -140,7 +141,6 @@ type
N6: TMenuItem;
N7: TMenuItem;
PreviewPanel: TPanel;
ScrollBox1: TScrollBox;
RPanel: TPanel;
BtPgFirst: TSpeedButton;
BtPgLast: TSpeedButton;