Mercurial > audlegacy
changeset 836:1125fdc111c2 trunk
[svn] - reinit the visualizer for VIS_SCOPE too.
author | nenolod |
---|---|
date | Fri, 17 Mar 2006 10:25:25 -0800 |
parents | 806bd76cf64c |
children | 7d998597254e |
files | audacious/mainwin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/mainwin.c Tue Mar 14 15:35:10 2006 -0800 +++ b/audacious/mainwin.c Fri Mar 17 10:25:25 2006 -0800 @@ -631,7 +631,7 @@ else vis_clear(active_vis); } - if (mode == VIS_ANALYZER) { + if (mode == VIS_ANALYZER || mode == VIS_SCOPE) { vis_clear_data(active_vis); svis_clear_data(mainwin_svis); }