|
|
@@ -1,7 +1,7 @@
|
|
|
"""
|
|
|
Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
|
|
|
|
|
|
-Date: Wed Sep 27 16:45:58 2017
|
|
|
+Date: Thu Sep 28 08:43:59 2017
|
|
|
|
|
|
Model author: Yentl Van Tendeloo
|
|
|
Model name: Modelverse Visual Editor - Tkinter Version
|
|
|
@@ -5735,6 +5735,7 @@ class Canvas(RuntimeClassBase, tk.Canvas, SCCDWidget):
|
|
|
self.shift = {}
|
|
|
for l in self.lines:
|
|
|
self.delete(l)
|
|
|
+ self.connecting_lines = {}
|
|
|
|
|
|
def _ready_1_exec(self, parameters):
|
|
|
element = parameters[0]
|