changeset 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 3b5c8f022f2f
children a46b6465c7e5
files ChangeLog audacious/prefswin.c
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 07 15:25:58 2006 -0700
+++ b/ChangeLog	Sat Oct 07 15:43:56 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-07 22:25:58 +0000  George Averill <nhjm449@gmail.com>
+  revision [2647]
+  - Really make sure it doesn't overlap.
+  
+  trunk/skins/Default/skin.hints |   14 +++++++-------
+  1 file changed, 7 insertions(+), 7 deletions(-)
+
+
 2006-10-07 22:17:31 +0000  George Averill <nhjm449@gmail.com>
   revision [2645]
   - Update shaded playlist font when toggling bitmap fonts.
--- 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