diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 19a988e..755d44b 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -478,7 +478,7 @@ public class TestingList extends Panel { } } } - else{ //reached end of list. Stop + if(!bSelected){ //No test to play. Stop setButtonToStop(); } }