Closedown

This commit is contained in:
boccioli_m
2015-09-03 15:23:11 +02:00
parent 6c706775c6
commit 839516e911

View File

@@ -1768,7 +1768,7 @@ public class TestingList extends Panel {
boolean bShow = Controller.getInstance().getLevel()==AccessLevel.administrator;
showSelectedTestsOnly(bShow);
jCheckBoxMenuShowSelectedTests1.setState(bShow);
if(!bShow){
if(bShow){
//if tests are not shown, then show the load tests dialog
loadSettings();
}