editing refactoring, the drag part

This commit is contained in:
Paul Davis 2023-10-18 16:46:32 -06:00
parent 089a9521d5
commit dee8e920e6
15 changed files with 897 additions and 830 deletions

View file

@ -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());
}