IdeDebugger: fix crash in watches (changing watch, with open children)

This commit is contained in:
Martin 2023-08-20 15:54:24 +02:00
parent 7bf0a50a7b
commit 7def84841a

View File

@ -287,7 +287,7 @@ begin
ExistingNode := FTreeView.GetFirstChildNoInit(AVNode);
if ExistingNode <> nil then
FTreeView.NodeControl[ExistingNode].Free;
FTreeView.NodeControl[ExistingNode] := nil;
AnchClass := '';
if ResData.StructType <> dstRecord then