avoid playhead jumping while we locate from a control surface
This commit is contained in:
parent
b0d4f77d92
commit
e2a28ec776
@ -5970,7 +5970,7 @@ Editor::super_rapid_screen_update ()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_pending_locate_request) {
|
||||
if (!_pending_locate_request && !_session->locate_initiated()) {
|
||||
_playhead_cursor->set_position (sample);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user