From 2efb0de4cd85bf90908c68cbc70e91dfe77dfa3c Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 3 Sep 2015 15:21:25 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index e457e98..d357d59 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1768,6 +1768,10 @@ public class TestingList extends Panel { boolean bShow = Controller.getInstance().getLevel()==AccessLevel.administrator; showSelectedTestsOnly(bShow); jCheckBoxMenuShowSelectedTests1.setState(bShow); + if(!bShow){ + //if tests are not shown, then show the load tests dialog + loadSettings(); + } logger.log(Level.INFO, iCounter + " tests loaded."); }