изменение умолчаний для контролов таблиц
This commit is contained in:
@@ -37,8 +37,8 @@ public class Compile extends Pass<db_project_info> {
|
||||
target = Global.mainModule.getProject();
|
||||
//--
|
||||
machine = Global.mainModule.getDb().getTable(Machine.class).getUI().getCurrent();
|
||||
user= Global.mainModule.getDb().getTable(User.class).getUI().getCurrent();
|
||||
makefile= Global.mainModule.getDb().getTable(Makefile.class).getUI().getCurrent();
|
||||
user = Global.mainModule.getDb().getTable(User.class).getUI().getCurrent();
|
||||
makefile = Global.mainModule.getDb().getTable(Makefile.class).getUI().getCurrent();
|
||||
//--
|
||||
subpass = null;
|
||||
compilationTask = null;
|
||||
|
||||
Reference in New Issue
Block a user