next/last missing piece of previous panner UI commit

git-svn-id: svn://localhost/ardour2/branches/3.0@10335 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-10-29 14:58:49 +00:00
parent ac86e338fe
commit 70f4ee1b55

View File

@ -239,6 +239,8 @@ PannerUI::setup_pan ()
twod_panner = 0;
delete _stereo_panner;
_stereo_panner = 0;
delete _mono_panner;
_mono_panner = 0;
if (nouts == 0 || nouts == 1) {