mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
NO-OP, semantic tweak
This commit is contained in:
parent
7807869a68
commit
eea8fbd1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -5787,7 +5787,7 @@ Editor::super_rapid_screen_update ()
|
|||
* 2. if we're not rolling, there's nothing to do here (locates are handled elsewhere).
|
||||
* 3. if we're still at the same frame that we were last time, there's nothing to do.
|
||||
*/
|
||||
if (_pending_locate_request || _session->transport_speed() == 0) {
|
||||
if (_pending_locate_request || !_session->transport_rolling ()) {
|
||||
_last_update_time = 0;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue