ui: mixer: remove extraneous outline around strip processor list

This commit is contained in:
jean-emmanuel 2023-12-11 01:02:40 +01:00
parent b8317c9b87
commit bf0d73b3f1
2 changed files with 8 additions and 0 deletions

View file

@ -1961,6 +1961,7 @@ ProcessorBox::ProcessorBox (ARDOUR::Session* sess, boost::function<PluginSelecto
no_processor_redisplay = false;
processor_scroller.set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
processor_scroller.set_name ("ProcessorScroller");
processor_scroller.add (processor_display);
pack_start (processor_scroller, true, true);