mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
note to self: at least test compilation before git push.
This commit is contained in:
parent
dbf28e320c
commit
ebbe96aa08
1 changed files with 1 additions and 1 deletions
|
|
@ -2358,7 +2358,7 @@ RouteTimeAxisView::add_processor_to_subplugin_menu (boost::weak_ptr<Processor> p
|
||||||
|
|
||||||
string name = processor->describe_parameter (*i);
|
string name = processor->describe_parameter (*i);
|
||||||
|
|
||||||
if (name.begin == X_("hidden")) {
|
if (name == X_("hidden")) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue