mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
3876b48879
commit
6bdc976462
6 changed files with 20 additions and 10 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue