From e4c356bd54f28a58c8ba302cc6ca45579e66619c Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 11 Jun 2015 09:08:17 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }