рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -20,7 +20,7 @@ public class Module extends ModuleAnchestor {
|
||||
}
|
||||
@Override
|
||||
public boolean isVisible() {
|
||||
return Current.HasMakefile() && (makefile_id == Current.getMakefile().id);
|
||||
return Global.mainModule.matchCurrentID(Current.Makefile, makefile_id);
|
||||
}
|
||||
@Override
|
||||
public boolean isSelected() {
|
||||
|
||||
Reference in New Issue
Block a user