рефакторинг хранения окон
This commit is contained in:
@@ -24,6 +24,6 @@ public abstract class FileObject extends iDBObject {
|
||||
return Global.mainModule.getProject().db.files.Data.get(file);
|
||||
}
|
||||
public void Show(boolean focus) {
|
||||
UI.getMainWindow().getProjectWindow().GotoFile(file, line, focus);
|
||||
Global.mainModule.getUI().getMainWindow().getProjectWindow().GotoFile(file, line, focus);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user