Now able to "Copy Node Path" from Remote tab". Fixes issue 28585.

This commit is contained in:
hbina085
2019-05-17 00:49:37 -04:00
parent d8617f237a
commit 5f862ee186
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ class ScriptEditorDebugger : public Control {
enum ItemMenu {
ITEM_MENU_COPY_ERROR,
ITEM_MENU_SAVE_REMOTE_NODE,
ITEM_MENU_COPY_NODE_PATH,
};
AcceptDialog *msgdialog;