diff audacious/prefswin.c @ 1846:cc910a778b5f trunk

[svn] - Make sure to redraw shaded playlistwin when toggling bitmap fonts.
author nhjm449
date Sat, 07 Oct 2006 15:43:56 -0700
parents 425214f1d86f
children 0f39dea9f26e
line wrap: on
line diff
--- a/audacious/prefswin.c	Sat Oct 07 15:25:58 2006 -0700
+++ b/audacious/prefswin.c	Sat Oct 07 15:43:56 2006 -0700
@@ -912,6 +912,10 @@
 
     mainwin_set_info_text();
     draw_main_window(TRUE);
+    if (cfg.playlist_shaded) {
+        playlistwin_update_list();
+        draw_playlist_window(TRUE);
+    }
 }
 
 static void