allow to hide monitor-section processor box with processors

indicate processors by coloring the button instead.
This commit is contained in:
Robin Gareus 2015-12-27 19:11:07 +01:00
parent dd9e0e49a0
commit f09c1016d4
3 changed files with 10 additions and 11 deletions

View file

@ -166,7 +166,7 @@ class MonitorSection : public RouteUI
void port_connected_or_disconnected (boost::weak_ptr<ARDOUR::Port>, boost::weak_ptr<ARDOUR::Port>);
void repack_processor_box ();
void update_processor_box ();
ProcessorBox* insert_box;
PluginSelector* _plugin_selector;