mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix stuck touch mode
previously the GUI locked out control surfaces (touch was never released).
This commit is contained in:
parent
bb38d3db4d
commit
47026cac9b
1 changed files with 2 additions and 0 deletions
|
|
@ -189,6 +189,8 @@ AutomationController::end_touch ()
|
|||
}
|
||||
|
||||
_controllable->stop_touch (mark, when);
|
||||
} else {
|
||||
_controllable->stop_touch (false, _controllable->session().transport_frame());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue