1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #114091 from YeldhamDev/res_picker_icon_fix

Fix object icon in the resource picker not being visible when it should
This commit is contained in:
Thaddeus Crews
2025-12-16 20:32:55 -06:00

View File

@@ -1076,7 +1076,7 @@ void EditorResourcePicker::_notification(int p_what) {
draw_style_box(get_theme_stylebox(SceneStringName(panel), SNAME("Tree")), Rect2(Point2(), get_size()));
} break;
case NOTIFICATION_RESIZED: {
case NOTIFICATION_SORT_CHILDREN: {
_update_resource();
} break;