13
0

Mackie Control: Fix crash in multi-surface setup when add/remove tracks.

This commit is contained in:
Len Ovens 2016-01-18 08:58:07 -08:00
parent ef7c6730cb
commit 19af86ece2

View File

@ -369,7 +369,9 @@ Surface::init_strips (uint32_t n)
void
Surface::master_monitor_may_have_changed ()
{
setup_master ();
if (_number == _mcp.device_info().master_position()) {
setup_master ();
}
}
void