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:
Ben Loftis 2014-07-23 16:58:43 -05:00
parent d46081c275
commit 05f3adaba3
6 changed files with 28 additions and 1 deletions

View file

@ -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;