stationary playhead implies follow playhead

This commit is contained in:
Robin Gareus 2015-07-04 16:34:19 +02:00
parent fa7bb93329
commit 025e8db11d

View file

@ -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) {