mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Allow deletion of processors in editor_mixer_strip by pointing and pressing Delete
This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings. Also force the gain intry to lose focus if the user leaves the mixer strip. this will probably solve some long-standing complaints. although perhaps a more elegant solution is possible.
This commit is contained in:
parent
d46081c275
commit
05f3adaba3
6 changed files with 28 additions and 1 deletions
|
|
@ -131,6 +131,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
|
|||
void ab_plugins ();
|
||||
|
||||
void set_selected(bool yn);
|
||||
bool is_selected() {return _selected;}
|
||||
|
||||
protected:
|
||||
friend class Mixer_UI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue