summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_object_selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/gui/editor_object_selector.cpp')
-rw-r--r--editor/gui/editor_object_selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/gui/editor_object_selector.cpp b/editor/gui/editor_object_selector.cpp
index 862ecc0a68..a713aa1ecd 100644
--- a/editor/gui/editor_object_selector.cpp
+++ b/editor/gui/editor_object_selector.cpp
@@ -211,7 +211,7 @@ void EditorObjectSelector::_notification(int p_what) {
} break;
case NOTIFICATION_READY: {
- connect("pressed", callable_mp(this, &EditorObjectSelector::_show_popup));
+ connect(SceneStringName(pressed), callable_mp(this, &EditorObjectSelector::_show_popup));
} break;
}
}