mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
insert time: ignore mouse as edit point
This is arguable, but at least is now consistent with 'remove time'.
This commit is contained in:
parent
05345048a6
commit
df76996aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -7225,7 +7225,7 @@ Editor::do_insert_time ()
|
|||
}
|
||||
|
||||
insert_time (
|
||||
get_preferred_edit_position(),
|
||||
get_preferred_edit_position (EDIT_IGNORE_MOUSE),
|
||||
d.distance(),
|
||||
d.intersected_region_action (),
|
||||
d.all_playlists(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue