Skip to content
Snippets Groups Projects

Swap

Merged Oscar Gustafsson requested to merge swap into master
Files
9
+ 1
1
@@ -47,7 +47,7 @@ class DragButton(QPushButton):
@@ -47,7 +47,7 @@ class DragButton(QPushButton):
self,
self,
operation: Operation,
operation: Operation,
show_name: bool,
show_name: bool,
window,
window: "SFGMainWindow",
parent=None,
parent=None,
):
):
self.name = operation.name or operation.graph_id
self.name = operation.name or operation.graph_id
Loading