diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 09b4223..71c24ed 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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()); } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 8619b7f..df86747 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Wed Aug 23 10:12:14 CEST 2017 +#Wed Aug 23 13:49:38 CEST 2017 customPanel=Kollimators showEnabledTestsOnly=true listFilter=Collimator