pygui: updates to limit copy/paste to the graph widget itself and some small related cleanup to graph hot key functionalities
This commit is contained in:
parent
8e905b6a37
commit
ac5bbf5c6d
4 changed files with 40 additions and 35 deletions
|
@ -338,7 +338,7 @@ class CanvasNode:
|
|||
def canvas_copy(self) -> None:
|
||||
self.canvas.clear_selection()
|
||||
self.canvas.select_object(self.id)
|
||||
self.canvas.copy()
|
||||
self.canvas.copy_selected()
|
||||
|
||||
def show_config(self) -> None:
|
||||
dialog = NodeConfigDialog(self.app, self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue