mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix thinko. custom panner URL is remembered for later when port-count/panner changes
This commit is contained in:
parent
a754a7cc0d
commit
eadafdd6de
1 changed files with 0 additions and 3 deletions
|
|
@ -392,9 +392,6 @@ PannerUI::build_pan_menu ()
|
|||
RadioMenuItem::Group group;
|
||||
items.push_back (SeparatorElem());
|
||||
|
||||
assert(_panshell->user_selected_panner_uri() == ""
|
||||
|| _panshell->user_selected_panner_uri() == _panshell->current_panner_uri());
|
||||
|
||||
_suspend_menu_callbacks = true;
|
||||
for (std::map<std::string,std::string>::const_iterator p = _panner_list.begin(); p != _panner_list.end(); ++p) {
|
||||
items.push_back (RadioMenuElem (group, p->second,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue