mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
make strip-as-GUI-for-send work for metering too ; frame around session summary widget ; tooltip for editor group tabs ; route group dialog name entry is now activatable (return == click on ok)
git-svn-id: svn://localhost/ardour2/branches/3.0@6137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
648450781b
commit
8f7f171877
9 changed files with 120 additions and 104 deletions
|
|
@ -342,7 +342,7 @@ ProcessorBox::show_processor_menu (gint arg)
|
|||
aux_menu_item->set_submenu (*m);
|
||||
} else {
|
||||
/* stupid gtkmm: we need to pass a null reference here */
|
||||
aux_menu_item->set_submenu (*((Gtk::Menu *)0));
|
||||
gtk_menu_item_set_submenu (aux_menu_item->gobj(), 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1442,8 +1442,7 @@ ProcessorBox::edit_processor (boost::shared_ptr<Processor> processor)
|
|||
gidget = send_ui;
|
||||
#else
|
||||
if (_parent_strip) {
|
||||
_parent_strip->gain_meter().set_controls (_route, send->meter(), send->amp());
|
||||
_parent_strip->panner_ui().set_panner (send->panner());
|
||||
_parent_strip->show_send (send);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue