You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
[Scene] Add SceneStringNames::confirmed
This commit is contained in:
@@ -342,7 +342,7 @@ EditorCommandPalette *EditorCommandPalette::get_singleton() {
|
||||
|
||||
EditorCommandPalette::EditorCommandPalette() {
|
||||
set_hide_on_ok(false);
|
||||
connect("confirmed", callable_mp(this, &EditorCommandPalette::_confirmed));
|
||||
connect(SceneStringName(confirmed), callable_mp(this, &EditorCommandPalette::_confirmed));
|
||||
|
||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||
add_child(vbc);
|
||||
|
||||
Reference in New Issue
Block a user