Browse Source

Cancel Button Disable Fix

Tom Troppmann 5 years ago
parent
commit
43926d19ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/exampleAlgorithms/PSOAlgotihm.java

+ 1 - 0
src/exampleAlgorithms/PSOAlgotihm.java

@@ -306,6 +306,7 @@ public class PSOAlgotihm implements Algorithm {
 		executePsoAlgoWithCurrentParameters();
 		if(cancel) {
 			reset();
+			disableGuiInput(false);
 			return;
 		}
 		printElapsedTime();