ソースを参照

#9: Simulation not possible after changing model

terfloth@itemis.de 14 年 前
コミット
50dcfa0b0e

+ 1 - 0
plugins/org.yakindu.sct.simulation.ui/src/org/yakindu/sct/simulation/ui/editor/HighlightingExecutionListener.java

@@ -84,6 +84,7 @@ public class HighlightingExecutionListener extends
 					break;
 				case TERMINATED:
 					getSupport().releaseEditor();
+					highlightingSupport = null;
 					break;
 				}
 			}