This commit is contained in:
twinaphex 2020-08-19 04:34:22 +02:00
parent 2ca12718f1
commit 4fb388ca4d

View File

@ -859,9 +859,7 @@ void gfx_widgets_iterate(
{
/* Task messages always appear from the bottom of the screen, append it */
if (p_dispwidget->msg_queue_tasks_count == 0 || msg_widget->task_ptr)
{
p_dispwidget->current_msgs[p_dispwidget->current_msgs_size] = msg_widget;
}
/* Regular messages are always above tasks, make room and insert it */
else
{