menu_widgets: have the progression widget always resize

This commit is contained in:
natinusala 2019-06-26 09:45:51 +02:00
parent 7fea26db4b
commit 8873b3b787

View File

@ -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;