You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use Core/Scene stringnames consistently
This commit is contained in:
@@ -711,7 +711,7 @@ void ProjectList::_create_project_item_control(int p_index) {
|
||||
hb->set_is_missing(item.missing);
|
||||
hb->set_is_grayed(item.grayed);
|
||||
|
||||
hb->connect("gui_input", callable_mp(this, &ProjectList::_list_item_input).bind(hb));
|
||||
hb->connect(SceneStringName(gui_input), callable_mp(this, &ProjectList::_list_item_input).bind(hb));
|
||||
hb->connect("favorite_pressed", callable_mp(this, &ProjectList::_on_favorite_pressed).bind(hb));
|
||||
|
||||
#if !defined(ANDROID_ENABLED) && !defined(WEB_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user