Fix name occurrences

This commit is contained in:
Clément Fournier
2019-01-29 02:44:01 +01:00
parent e47f942c80
commit b83d06028e

View File

@ -122,6 +122,13 @@ public class NodeInfoPanelController extends AbstractController<MainDesignerCont
} }
@Override
public boolean alwaysHandleSelection() {
// it needs to handle name occurrences
return true;
}
/** /**
* Displays info about a node. If null, the panels are reset. * Displays info about a node. If null, the panels are reset.
* *