浏览代码

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.