1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

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

This commit is contained in:
hbina085
2019-05-05 03:59:10 -04:00
parent d8617f237a
commit 5f862ee186
2 changed files with 21 additions and 0 deletions

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;