Tempo ramps - ensure fake meter mark is under pointer during drags.

This commit is contained in:
nick_m 2016-05-25 11:40:38 +10:00
parent 48fa2e7582
commit 389e35f7be

View File

@ -3195,7 +3195,10 @@ MeterMarkerDrag::motion (GdkEvent* event, bool first_move)
_editor->session()->tempo_map().gui_move_meter (_real_section, pf);
setup_pointer_frame_offset ();
_marker->set_position (pf);
/* marker meeds to stay under the mouse, unlike the real section. */
_marker->set_position (adjusted_current_frame (event, false));
show_verbose_cursor_time (_real_section->frame());
}