diff --git a/src/patchcanvas.py b/src/patchcanvas.py index bf3f32e..fd023ff 100644 --- a/src/patchcanvas.py +++ b/src/patchcanvas.py @@ -2356,7 +2356,7 @@ class CanvasBox(QGraphicsItem): elif port.port_mode == PORT_MODE_OUTPUT: haveOuts = True - if not (self.m_splitted and bool(haveIns and haveOuts)): + if not (self.m_splitted or bool(haveIns and haveOuts)): act_x_sep2.setVisible(False) act_x_split_join.setVisible(False)