diff --git a/gfx/gfx_widgets.c b/gfx/gfx_widgets.c index b9392f2791..e6cff6f000 100644 --- a/gfx/gfx_widgets.c +++ b/gfx/gfx_widgets.c @@ -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 {