mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
editing refactoring, the drag part
This commit is contained in:
parent
089a9521d5
commit
dee8e920e6
15 changed files with 897 additions and 830 deletions
|
|
@ -1524,7 +1524,7 @@ Editor::marker_menu_set_from_playhead ()
|
|||
|
||||
timepos_t pos (_session->audible_sample());
|
||||
|
||||
if (default_time_domain() == Temporal::BeatTime) {
|
||||
if (time_domain() == Temporal::BeatTime) {
|
||||
pos = timepos_t (pos.beats());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue