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:
Maxim Ganetsky 2025-01-13 22:53:51 +00:00
commit c997937cc3

View File

@ -459,6 +459,7 @@ var
begin
FComponentTreeHeight := -1;
FInfoBoxHeight := -1;
FShowComponentTree := True;
FShowInfoBox := True;
for I in TObjectInspectorPage do
SplitterX[I] := -1;