Merge pull request #54629 from Gallilus/Fixes-copy-paste-issue-in-the-visual-script-editor-3.x

Fixes copy-paste issue in the visual script editor
This commit is contained in:
Rémi Verschelde 2022-04-15 21:19:09 +02:00 committed by GitHub
commit 64eb2ebf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 145 additions and 130 deletions

View file

@ -255,6 +255,8 @@ class VisualScriptEditor : public ScriptEditorBase {
void _node_item_selected();
void _node_item_unselected();
void _on_nodes_copy();
void _on_nodes_paste();
void _on_nodes_delete();
void _on_nodes_duplicate();