mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
avoid playhead jumping while we locate from a control surface
This commit is contained in:
parent
b0d4f77d92
commit
e2a28ec776
1 changed files with 1 additions and 1 deletions
|
|
@ -5970,7 +5970,7 @@ Editor::super_rapid_screen_update ()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_pending_locate_request) {
|
if (!_pending_locate_request && !_session->locate_initiated()) {
|
||||||
_playhead_cursor->set_position (sample);
|
_playhead_cursor->set_position (sample);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue