mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:49:25 +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);
|
||||
if ExistingNode <> nil then
|
||||
FTreeView.NodeControl[ExistingNode].Free;
|
||||
FTreeView.NodeControl[ExistingNode] := nil;
|
||||
|
||||
AnchClass := '';
|
||||
if ResData.StructType <> dstRecord then
|
||||
|
Loading…
Reference in New Issue
Block a user