mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Mackie Control: Fix crash in multi-surface setup when add/remove tracks.
This commit is contained in:
parent
ef7c6730cb
commit
19af86ece2
1 changed files with 3 additions and 1 deletions
|
|
@ -369,7 +369,9 @@ Surface::init_strips (uint32_t n)
|
||||||
void
|
void
|
||||||
Surface::master_monitor_may_have_changed ()
|
Surface::master_monitor_may_have_changed ()
|
||||||
{
|
{
|
||||||
|
if (_number == _mcp.device_info().master_position()) {
|
||||||
setup_master ();
|
setup_master ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue