mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 12:00:44 +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
|
begin
|
||||||
FComponentTreeHeight := -1;
|
FComponentTreeHeight := -1;
|
||||||
FInfoBoxHeight := -1;
|
FInfoBoxHeight := -1;
|
||||||
|
FShowComponentTree := True;
|
||||||
FShowInfoBox := True;
|
FShowInfoBox := True;
|
||||||
for I in TObjectInspectorPage do
|
for I in TObjectInspectorPage do
|
||||||
SplitterX[I] := -1;
|
SplitterX[I] := -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user