From ee0ad2c165dd9b46c4ddb4f75f1184a09f593ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Fri, 24 Apr 2015 19:45:25 -0300 Subject: [PATCH] (GLUI) Flush list_block earlier --- menu/drivers/glui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index db18777773..0aaf088fd0 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -494,6 +494,8 @@ static void glui_frame(void) glui_render_menu_list(runloop, gl, glui, menu, label, normal_color, hover_color); + menu_display_font_flush_block(menu, font_driver); + runloop->frames.video.current.menu.animation.is_active = true; runloop->frames.video.current.menu.label.is_updated = false; runloop->frames.video.current.menu.framebuf.dirty = false; @@ -548,8 +550,6 @@ static void glui_frame(void) TEXT_ALIGN_RIGHT); } - menu_display_font_flush_block(menu, font_driver); - if (menu->keyboard.display) { char msg[PATH_MAX_LENGTH];