mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:19:17 +02:00
Merge branch 'IDE/Options/TDesktopOIOptions' into 'main'
IDE: Initializing all fields in the TDesktopOIOptions constructor See merge request freepascal.org/lazarus/lazarus!420
This commit is contained in:
commit
c997937cc3
@ -459,6 +459,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