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++;
|
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;
|
msg_widget->task_error = task->error;
|
||||||
|
|
Loading…
Reference in New Issue