From be214c944503aa250c117b527bfec5e3b01f70ee Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 8 Jun 2009 18:19:43 +0000 Subject: Fix a problem that the statusbar was redrawn to late and not really in sync with the lists when changing loading a (theme) .cfg or changing the colors witht the color picker. Now both, the statusbar and the tree lists are redrawn instantly after settings_apply() (even before the "Theme loaded" splash). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21222 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index 8fd7be6..d4681ae 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -507,6 +507,7 @@ int ft_enter(struct tree_context* c) splash(0, ID2P(LANG_WAIT)); if (!settings_load_config(buf,true)) break; + gui_synclist_draw(&tree_lists); splash(HZ, ID2P(LANG_SETTINGS_LOADED)); break; -- cgit v1.1