mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
c075d3a026
commit
017b272864
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue