diff -r 19f19c66b67e -r 63f4af6bf6d9 graphics/SFC_Objects.py --- 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)