mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
stationary playhead implies follow playhead
This commit is contained in:
parent
fa7bb93329
commit
025e8db11d
1 changed files with 1 additions and 1 deletions
|
|
@ -5688,7 +5688,7 @@ Editor::super_rapid_screen_update ()
|
|||
|
||||
} else {
|
||||
|
||||
if (!_dragging_playhead && _follow_playhead && _session->requested_return_frame() < 0 && !pending_visual_change.being_handled) {
|
||||
if (!_dragging_playhead && _session->requested_return_frame() < 0 && !pending_visual_change.being_handled) {
|
||||
framepos_t const frame = playhead_cursor->current_frame ();
|
||||
double target = ((double)frame - (double)current_page_samples()/3.0);
|
||||
if (target <= 0.0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue