Merge pull request #9024 from natinusala/master

menu_widgets: have the progression widget always resize
This commit is contained in:
Twinaphex 2019-06-26 13:19:12 +02:00 committed by GitHub
commit e5c4c1dfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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;