Send a song position pointer with mmc and fullframe fake locating
[ardour.git] / gtk2_ardour / editor_drag.cc
index ec279e5c0882a7264c0ead357e4af0c9f3a841ad..900424734fa2debee0badc24878bed85ff1c8e3f 100644 (file)
@@ -2379,6 +2379,7 @@ CursorDrag::fake_locate (framepos_t t)
                framepos_t const f = _editor->playhead_cursor->current_frame ();
                s->send_mmc_locate (f);
                s->send_full_time_code (f);
+               s->send_song_position_pointer (f);
        }
 
        show_verbose_cursor_time (t);