Merge pull request #1657 from heuripedes/master

(GLUI) Flush list_block earlier
This commit is contained in:
Twinaphex 2015-04-25 01:10:14 +02:00
commit 642c5d4557

View File

@ -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];