no message
This commit is contained in:
@@ -9,7 +9,7 @@ public class SelectableTree extends DataTree {
|
||||
}
|
||||
@Override
|
||||
public void LeftMouseAction1() {
|
||||
Object element = MainModule_.instance.get(getCurrent());
|
||||
Object element = MainModule_.instance.get(currentName());
|
||||
if ((element instanceof Selectable)) {
|
||||
((Selectable) element).SwitchSelection();
|
||||
updateUI();
|
||||
|
||||
Reference in New Issue
Block a user