Debugger: Watches, display full expression after drag/drop subwatch to main list.

This commit is contained in:
Martin 2022-08-01 18:37:48 +02:00
parent f25f9fb660
commit c7e3898de2

View File

@ -556,6 +556,7 @@ begin
end;
end;
AWatch.Index := NewIdx;
AWatch.DisplayName := '';
Target := NewNode;
NTarget := tvWatches.GetNextSiblingNoInit(Target);