mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Switch to favorite plugin tab when using DnD to add favorites
This commit is contained in:
parent
77d78fdef2
commit
e4e254e7fd
1 changed files with 6 additions and 0 deletions
|
|
@ -3689,6 +3689,12 @@ Mixer_UI::plugin_drop (const Glib::RefPtr<Gdk::DragContext>&, const Gtk::Selecti
|
|||
|
||||
manager.set_status (ppp->_pip->type, ppp->_pip->unique_id, status);
|
||||
manager.save_statuses ();
|
||||
|
||||
/* switch to favorite tabe */
|
||||
if (plugin_list_mode != PLM_Favorite) {
|
||||
set_plugin_list_mode (PLM_Favorite);
|
||||
update_sidebar_pagers (0);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue