no message

This commit is contained in:
2024-10-16 22:13:47 +03:00
parent 592ef14909
commit 17c2644766
4 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ public class ArraysSet extends DataSet<Long, ProjectArray> {
}
}
@Override
public void CheckAll(boolean flag) {
public void SelectAll(boolean flag) {
Global.mainModule.getPass(PassCode.MassSelectArrays).Do(flag, new Vector(Global.mainModule.getProject().declaratedArrays.Data.values()));
}
}