mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
bbt markers should be freely draggable regardless of grid setting
This commit is contained in:
parent
8ba21e7fff
commit
340253a095
1 changed files with 1 additions and 1 deletions
|
|
@ -3401,7 +3401,7 @@ BBTMarkerDrag::motion (GdkEvent* event, bool first_move)
|
||||||
_editor->begin_reversible_command (_("move BBT point"));
|
_editor->begin_reversible_command (_("move BBT point"));
|
||||||
}
|
}
|
||||||
|
|
||||||
timepos_t pos = adjusted_current_time (event);
|
timepos_t pos = adjusted_current_time (event, false);
|
||||||
|
|
||||||
_marker->set_position (pos);
|
_marker->set_position (pos);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue