mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
IDE: Initializing all fields in the TDesktopOIOptions constructor
(cherry picked from commit 95b1568d6c
)
Co-authored-by: n7800 <14154601-n7800@users.noreply.gitlab.com>
This commit is contained in:
parent
cda68ec812
commit
712b826072
@ -455,6 +455,7 @@ var
|
||||
begin
|
||||
FComponentTreeHeight := -1;
|
||||
FInfoBoxHeight := -1;
|
||||
FShowComponentTree := True;
|
||||
FShowInfoBox := True;
|
||||
for I in TObjectInspectorPage do
|
||||
SplitterX[I] := -1;
|
||||
|
Loading…
Reference in New Issue
Block a user