перенос проходов в центральный модуль
This commit is contained in:
@@ -39,7 +39,7 @@ public class DeleteVersion extends Pass<db_project_info> {
|
||||
target.parent.checkLastModification(target);
|
||||
if (Global.mainModule.HasProject()) {
|
||||
if ((Global.mainModule.getProject().Home.getAbsolutePath().startsWith(target.Home.getAbsolutePath())))
|
||||
passes.get(PassCode.CloseCurrentProject).Do();
|
||||
Global.mainModule.getPass(PassCode.CloseCurrentProject).Do();
|
||||
}
|
||||
if (UI_.isActive()) {
|
||||
UI.getVersionsWindow().RemoveVersionFromComparison(target);
|
||||
|
||||
Reference in New Issue
Block a user