fix stuck touch mode

previously the GUI locked out control surfaces (touch was never released).
This commit is contained in:
Robin Gareus 2016-03-07 17:11:11 +01:00
parent bb38d3db4d
commit 47026cac9b

View File

@ -189,6 +189,8 @@ AutomationController::end_touch ()
}
_controllable->stop_touch (mark, when);
} else {
_controllable->stop_touch (false, _controllable->session().transport_frame());
}
}