mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Tiny optimisation.
git-svn-id: svn://localhost/ardour2/branches/3.0@6104 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
67e92ae10d
commit
6c21a54509
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue