[Scene] Add SceneStringNames::confirmed
This commit is contained in:
parent
d9e2fc74c7
commit
ca18a06ecb
66 changed files with 128 additions and 124 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue