mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
menu_widgets: have the progression widget always resize
This commit is contained in:
parent
7fea26db4b
commit
8873b3b787
@ -492,8 +492,7 @@ bool menu_widgets_msg_queue_push(
|
||||
|
||||
msg_widget->task_count++;
|
||||
|
||||
if (new_width > msg_widget->width)
|
||||
msg_widget->width = new_width;
|
||||
msg_widget->width = new_width;
|
||||
}
|
||||
|
||||
msg_widget->task_error = task->error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user