Cleanup
This commit is contained in:
parent
2ca12718f1
commit
4fb388ca4d
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue