mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
refresh plugin list on signal
This commit is contained in:
parent
6c70caec5f
commit
cc2af1cdfb
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ class PluginSelector : public ArdourDialog
|
|||
Gtk::Menu* create_by_creator_menu (ARDOUR::PluginInfoList&);
|
||||
Gtk::Menu* create_by_category_menu (ARDOUR::PluginInfoList&);
|
||||
void build_plugin_menu ();
|
||||
PBD::ScopedConnection plugin_list_changed_connection;
|
||||
PBD::ScopedConnectionList plugin_list_changed_connection;
|
||||
};
|
||||
|
||||
#endif // __ardour_plugin_selector_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue