fix reading of object inspector grid splitter X value

git-svn-id: trunk@7074 -
This commit is contained in:
micha 2005-04-13 11:13:56 +00:00
parent 643e242eb3
commit f0f06564f4

View File

@ -2501,7 +2501,7 @@ begin
if FileVersion>=2 then begin if FileVersion>=2 then begin
for Page:=Low(TObjectInspectorPage) to High(TObjectInspectorPage) do for Page:=Low(TObjectInspectorPage) to High(TObjectInspectorPage) do
FGridSplitterX[oipgpProperties]:=ConfigStore.GetValue( FGridSplitterX[Page]:=ConfigStore.GetValue(
Path+'Bounds/'+DefaultOIPageNames[Page]+'/SplitterX',110); Path+'Bounds/'+DefaultOIPageNames[Page]+'/SplitterX',110);
end else begin end else begin
FGridSplitterX[oipgpProperties]:=ConfigStore.GetValue( FGridSplitterX[oipgpProperties]:=ConfigStore.GetValue(