no message

This commit is contained in:
2024-10-08 15:32:39 +03:00
parent 18ceb04325
commit e7939713e7
24 changed files with 82 additions and 155 deletions

View File

@@ -53,7 +53,7 @@ public class Test extends riDBObject {
@Override
public void select(boolean flag) {
super.select(flag);
if (Current.hasUI())
if (CommonUtils.hasUI())
UI.getMainWindow().ShowCheckedTestsCount();
}
//---