no message
This commit is contained in:
@@ -17,13 +17,13 @@ public class FileGraphTree extends DataTree {
|
||||
return GraphTreeCellRenderer.class;
|
||||
}
|
||||
@Override
|
||||
public Current getCurrent() {
|
||||
public Current currentName() {
|
||||
return Current.FileGraphElement;
|
||||
}
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
Global.mainModule.getFile().form.EventsOff();
|
||||
Object o = Global.mainModule.get(getCurrent());
|
||||
Object o = Global.mainModule.get(currentName());
|
||||
Global.mainModule.getFile().form.getEditor().gotoLine((o instanceof FileObjectWithMessages) ? (((FileObjectWithMessages) o).line) : 1);
|
||||
Global.mainModule.getFile().form.ShowMessages();
|
||||
Global.mainModule.getFile().form.EventsOn();
|
||||
|
||||
Reference in New Issue
Block a user