mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Scene] Add SceneStringNames::pressed
This commit is contained in:
parent
78cce1954d
commit
ee79386f7b
147 changed files with 727 additions and 722 deletions
|
|
@ -836,7 +836,7 @@ GroupsEditor::GroupsEditor() {
|
|||
add = memnew(Button);
|
||||
add->set_flat(true);
|
||||
add->set_tooltip_text(TTR("Add a new group."));
|
||||
add->connect("pressed", callable_mp(this, &GroupsEditor::_show_add_group_dialog));
|
||||
add->connect(SceneStringName(pressed), callable_mp(this, &GroupsEditor::_show_add_group_dialog));
|
||||
hbc->add_child(add);
|
||||
|
||||
filter = memnew(LineEdit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue