Skip to content
Snippets Groups Projects
Commit 225978fe authored by Olle Hansson's avatar Olle Hansson
Browse files

Found and solved problem of not being able to connect ports with right_click+Connect

parent 827071b0
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class PortButton(QPushButton): ...@@ -32,7 +32,7 @@ class PortButton(QPushButton):
self._m_press = False self._m_press = False
self.setStyleSheet("background-color: white") self.setStyleSheet("background-color: white")
self.connectionRequested.connect(self._window._connect_button) self.connectionRequested.connect(self._window._connect_callback)
def contextMenuEvent(self, event): def contextMenuEvent(self, event):
menu = QMenu() menu = QMenu()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment