You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[Scene] Add SceneStringNames::pressed
This commit is contained in:
@@ -266,7 +266,7 @@ DependencyEditor::DependencyEditor() {
|
||||
hbc->add_spacer();
|
||||
fixdeps = memnew(Button(TTR("Fix Broken")));
|
||||
hbc->add_child(fixdeps);
|
||||
fixdeps->connect("pressed", callable_mp(this, &DependencyEditor::_fix_all));
|
||||
fixdeps->connect(SceneStringName(pressed), callable_mp(this, &DependencyEditor::_fix_all));
|
||||
|
||||
vb->add_child(hbc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user