mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
IDE, Debugger: Fix inspect dialog. Allow double clicking members of old style objects.
git-svn-id: trunk@62555 -
This commit is contained in:
parent
a1a3a98062
commit
dee73b2218
@ -226,7 +226,7 @@ begin
|
|||||||
|
|
||||||
if (FDBGInfo = nil) or (FExpression = '') then exit;
|
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;
|
i := FGridData.Row;
|
||||||
if (i < 1) or (i >= FGridData.RowCount) then exit;
|
if (i < 1) or (i >= FGridData.RowCount) then exit;
|
||||||
s := FGridData.Cells[1, i];
|
s := FGridData.Cells[1, i];
|
||||||
|
Loading…
Reference in New Issue
Block a user