Fix object icon in the resource picker not being visible when it should
This commit is contained in:
parent
5cb1ec5900
commit
cd79779bff
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue