mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
xdebugger: fixed doubling watches node after editing
This commit is contained in:
@@ -54,6 +54,7 @@ public class WatchInplaceEditor extends XDebuggerTreeInplaceEditor {
|
||||
}
|
||||
|
||||
public void cancelEditing() {
|
||||
if (!isShown()) return;
|
||||
super.cancelEditing();
|
||||
int index = myRootNode.removeChildNode(getNode());
|
||||
if (myOldNode != null) {
|
||||
|
||||
Reference in New Issue
Block a user