mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 12:12:47 +02:00
IdeDebugger: fix crash in watches (changing watch, with open children)
This commit is contained in:
parent
7bf0a50a7b
commit
7def84841a
@ -287,7 +287,7 @@ begin
|
|||||||
|
|
||||||
ExistingNode := FTreeView.GetFirstChildNoInit(AVNode);
|
ExistingNode := FTreeView.GetFirstChildNoInit(AVNode);
|
||||||
if ExistingNode <> nil then
|
if ExistingNode <> nil then
|
||||||
FTreeView.NodeControl[ExistingNode].Free;
|
FTreeView.NodeControl[ExistingNode] := nil;
|
||||||
|
|
||||||
AnchClass := '';
|
AnchClass := '';
|
||||||
if ResData.StructType <> dstRecord then
|
if ResData.StructType <> dstRecord then
|
||||||
|
Loading…
Reference in New Issue
Block a user