Skip to content
Snippets Groups Projects
Commit 1a649721 authored by Martin Högstedt's avatar Martin Högstedt
Browse files

forgot to remove code used for debugging, can now move items again

parent e1f1bcbc
No related branches found
No related tags found
No related merge requests found
Pipeline #101039 passed
......@@ -98,8 +98,7 @@ class CpuGraphicsScene(QGraphicsScene):
return self.signal_graphics_items
def mousePressEvent(self, event):
event.ignore()
# super().mousePressEvent(event)
super().mousePressEvent(event)
def load_layout_from_file(self, file_path: str) -> None:
file = open(file_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment