mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Scene] Add SceneStringName::toggled
This commit is contained in:
parent
f648de1a83
commit
52889ab7ee
44 changed files with 74 additions and 72 deletions
|
|
@ -648,7 +648,7 @@ void GroupsEditor::_show_add_group_dialog() {
|
|||
add_group_description->set_editable(false);
|
||||
gc->add_child(add_group_description);
|
||||
|
||||
global_group_button->connect("toggled", callable_mp(add_group_description, &LineEdit::set_editable));
|
||||
global_group_button->connect(SceneStringName(toggled), callable_mp(add_group_description, &LineEdit::set_editable));
|
||||
|
||||
add_group_dialog->register_text_enter(add_group_name);
|
||||
add_group_dialog->register_text_enter(add_group_description);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue