graphics/SFC_Objects.py
changeset 1754 63f4af6bf6d9
parent 1744 69dfdb26f600
child 1757 0de89da92ee0
--- a/graphics/SFC_Objects.py	Wed Aug 16 13:49:02 2017 +0300
+++ b/graphics/SFC_Objects.py	Wed Aug 16 13:56:36 2017 +0300
@@ -587,7 +587,7 @@
         self.Priority = 0
         self.Size = wx.Size(SFC_TRANSITION_SIZE[0], SFC_TRANSITION_SIZE[1])
         # Create an input and output connector
-        self.Input  = Connector(self, "", None, wx.Point(self.Size[0] / 2, 0),            NORTH, onlyone=True)
+        self.Input =  Connector(self, "", None, wx.Point(self.Size[0] / 2, 0),            NORTH, onlyone=True)
         self.Output = Connector(self, "", None, wx.Point(self.Size[0] / 2, self.Size[1]), SOUTH, onlyone=True)
         self.SetType(type, condition)
         self.SetPriority(priority)