forked from phoedos/pmd
Fix name occurrences
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user