Mackie Control: Fix crash in multi-surface setup when add/remove tracks.
This commit is contained in:
parent
ef7c6730cb
commit
19af86ece2
@ -369,8 +369,10 @@ 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
|
||||||
Surface::setup_master ()
|
Surface::setup_master ()
|
||||||
|
Loading…
Reference in New Issue
Block a user