13
0

Panner2d::reset takes the number of inputs (== number of pans), not the number of outputs.

git-svn-id: svn://localhost/ardour2/branches/3.0@6103 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-17 00:38:47 +00:00
parent f2dbcec61d
commit 67e92ae10d

View File

@ -455,7 +455,7 @@ PannerUI::setup_pan ()
}
update_pan_sensitive ();
panner->reset (nouts);
panner->reset (npans);
if (big_window) {
big_window->reset (_panner->npanners());
}