Mercurial > audlegacy
changeset 1082:968a9449f270 trunk
[svn] - handle the redraw more effectively here
author | nenolod |
---|---|
date | Fri, 19 May 2006 13:07:38 -0700 |
parents | 00442fab8cc3 |
children | 9414f79e856f |
files | audacious/playlist_list.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/playlist_list.c Fri May 19 13:06:50 2006 -0700 +++ b/audacious/playlist_list.c Fri May 19 13:07:38 2006 -0700 @@ -164,7 +164,10 @@ skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG)); if (cfg.playlist_transparent) - playlist_list_draw(WIDGET(data)); + { + playlistwin_update_list(); + draw_playlist_window(TRUE); + } } }