graphics/SFC_Objects.py
changeset 1758 845ca626db09
parent 1757 0de89da92ee0
child 1768 691083b5682a
--- a/graphics/SFC_Objects.py	Wed Aug 16 17:27:58 2017 +0300
+++ b/graphics/SFC_Objects.py	Thu Aug 17 09:55:39 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)