Closedown

This commit is contained in:
boccioli_m
2017-08-23 14:29:09 +02:00
parent 9cb0159162
commit da7404b0c1
2 changed files with 2 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ public class TestingList extends Panel {
loadTests();
//if not administrator, then show only enabled tests
boolean bShow = getContext().getInstance().getLevel()==AccessLevel.administrator;
jCheckBoxMenuShowSelectedTests1.setEnabled(bShow);
jCheckBoxMenuShowSelectedTests1.setVisible(bShow);
} catch (Exception ex) {
getLogger().severe(ex.getMessage());
}