mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Properly forward MutePointChanged to mutable
The GUI only subscribes to the mutable's mute_points_changed signal, without direct access to to the MuteMaster itself. Previously changing mute points by means other than the GUI, did not update existing context menus in the mixer GUI.
This commit is contained in:
parent
b3e4deb32f
commit
7a5558af65
1 changed files with 1 additions and 0 deletions
|
|
@ -24,4 +24,5 @@ using namespace ARDOUR;
|
|||
Muteable::Muteable (Session& s, std::string const & name)
|
||||
: _mute_master (new MuteMaster (s, *this, name))
|
||||
{
|
||||
_mute_master->MutePointChanged.connect_same_thread (*_mute_master, [&] { mute_points_changed (); });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue