mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +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.set_status (ppp->_pip->type, ppp->_pip->unique_id, status);
|
||||||
manager.save_statuses ();
|
manager.save_statuses ();
|
||||||
|
|
||||||
|
/* switch to favorite tabe */
|
||||||
|
if (plugin_list_mode != PLM_Favorite) {
|
||||||
|
set_plugin_list_mode (PLM_Favorite);
|
||||||
|
update_sidebar_pagers (0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue