13
0

Tiny optimisation.

git-svn-id: svn://localhost/ardour2/branches/3.0@6104 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-17 00:39:55 +00:00
parent 67e92ae10d
commit 6c21a54509

View File

@ -457,7 +457,7 @@ PannerUI::setup_pan ()
update_pan_sensitive ();
panner->reset (npans);
if (big_window) {
big_window->reset (_panner->npanners());
big_window->reset (npans);
}
panner->set_size_request (-1, 61);