mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:19:19 +02:00
fix reading of object inspector grid splitter X value
git-svn-id: trunk@7074 -
This commit is contained in:
parent
643e242eb3
commit
f0f06564f4
@ -2501,7 +2501,7 @@ begin
|
||||
|
||||
if FileVersion>=2 then begin
|
||||
for Page:=Low(TObjectInspectorPage) to High(TObjectInspectorPage) do
|
||||
FGridSplitterX[oipgpProperties]:=ConfigStore.GetValue(
|
||||
FGridSplitterX[Page]:=ConfigStore.GetValue(
|
||||
Path+'Bounds/'+DefaultOIPageNames[Page]+'/SplitterX',110);
|
||||
end else begin
|
||||
FGridSplitterX[oipgpProperties]:=ConfigStore.GetValue(
|
||||
|
Loading…
Reference in New Issue
Block a user