Remove "implicit" selection for plugin deletion.

Allow deletions in the mixer strip to fall through to editor if nothing was selected.
This commit is contained in:
Ben Loftis 2014-07-24 12:30:11 -05:00
parent 3876b48879
commit 6bdc976462
6 changed files with 20 additions and 10 deletions

View file

@ -126,7 +126,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void cut_processors ();
void paste_processors ();
void select_all_processors ();
void delete_processors ();
bool delete_processors (); //note: returns false if nothing was deleted
void toggle_processors ();
void ab_plugins ();