Skip to content
Snippets Groups Projects
Commit 4512d560 authored by Olle Hansson's avatar Olle Hansson Committed by Oscar Gustafsson
Browse files

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

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