mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-169918 Selection is lost when removing a breakpoint - correct fix
This commit is contained in:
@@ -213,7 +213,9 @@ public class TreeState implements JDOMExternalizable {
|
||||
//nodeDescriptor.update();
|
||||
result.add(new PathElement(getDescriptorKey(nodeDescriptor), getDescriptorType(nodeDescriptor), childIndex, nodeDescriptor));
|
||||
}
|
||||
result.add(new PathElement("", "", childIndex, userObject));
|
||||
else {
|
||||
result.add(new PathElement("", "", childIndex, userObject));
|
||||
}
|
||||
}
|
||||
else {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user