Tom Troppmann 6 лет назад
Родитель
Сommit
43926d19ce
1 измененных файлов с 1 добавлено и 0 удалено
  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();