Tempo ramps - ensure fake meter mark is under pointer during drags.
This commit is contained in:
parent
48fa2e7582
commit
389e35f7be
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user