Merge pull request #9024 from natinusala/master
menu_widgets: have the progression widget always resize
This commit is contained in:
commit
e5c4c1dfea
|
@ -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…
Reference in New Issue