소스 검색

AuswahlFix

Tom 6 년 전
부모
커밋
4e2eed9885
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/exampleAlgorithms/DemoAlgo.java

+ 1 - 0
src/exampleAlgorithms/DemoAlgo.java

@@ -398,6 +398,7 @@ public class DemoAlgo implements Algorithm {
 		private void updateVisual() {
 			control.calculateStateAndVisualForCurrentTimeStep();
 			control.updateCanvas();
+			control.getGui().triggerUpdateController(null);
 		}
 		/**
 		 * Sets the Model back to its original State before the LAST run.