Update I/O Button when bundles change

This fixes an issue with the connection button still showing
the name of a Bundle even after deleting it, or displaying an
old name after renaming a bundle.
This commit is contained in:
Robin Gareus 2021-02-26 15:46:55 +01:00
parent c075d3a026
commit 017b272864
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 7 additions and 1 deletions

View file

@ -68,6 +68,7 @@ private:
Gtk::Menu _menu;
std::list<boost::shared_ptr<ARDOUR::Bundle> > _menu_bundles;
PBD::ScopedConnectionList _connections;
PBD::ScopedConnectionList _bundle_connections;
};
#endif