You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
[Scene] Add SceneStringName::toggled
This commit is contained in:
@@ -304,7 +304,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor) {
|
||||
|
||||
// ---- Connections
|
||||
|
||||
cbut_collapse_features->connect("toggled", callable_mp(this, &RenameDialog::_features_toggled));
|
||||
cbut_collapse_features->connect(SceneStringName(toggled), callable_mp(this, &RenameDialog::_features_toggled));
|
||||
|
||||
// Substitute Buttons
|
||||
|
||||
|
||||
Reference in New Issue
Block a user