IDE, Debugger: Fix inspect dialog. Allow double clicking members of old style objects.

git-svn-id: trunk@62555 -
This commit is contained in:
martin 2020-01-14 17:44:23 +00:00
parent a1a3a98062
commit dee73b2218

View File

@ -226,7 +226,7 @@ begin
if (FDBGInfo = nil) or (FExpression = '') then exit;
if (FDBGInfo.Kind in [skClass, skRecord]) then begin
if (FDBGInfo.Kind in [skClass, skRecord, skObject]) then begin
i := FGridData.Row;
if (i < 1) or (i >= FGridData.RowCount) then exit;
s := FGridData.Cells[1, i];