mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Use transport_stopped() instead of speed check.
This commit is contained in:
parent
2afc311f09
commit
eb15d37669
1 changed files with 1 additions and 1 deletions
|
|
@ -5759,7 +5759,7 @@ Editor::super_rapid_screen_update ()
|
|||
_last_update_time = 0;
|
||||
}
|
||||
|
||||
if (_session->transport_speed () == 0) {
|
||||
if (_session->transport_stopped()) {
|
||||
//we are stopped. don't interpolate the playhead position; just set it
|
||||
_last_update_time = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue