Skip to content
Snippets Groups Projects
Commit b0201620 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add event parameter

parent dda7f6e8
No related branches found
No related tags found
No related merge requests found
Pipeline #72125 failed
......@@ -49,7 +49,7 @@ class DragButton(QPushButton):
delete.triggered.connect(self.remove)
menu.exec_(self.cursor().pos())
def show_properties_window(self):
def show_properties_window(self, event):
self.properties_window = PropertiesWindow(self, self._window)
self.properties_window.show()
......
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