selection dragging: use time domain given to drag, not editor default

This commit is contained in:
Paul Davis 2023-11-03 15:07:01 -06:00
parent c4f8c84a75
commit cd29e03c05
1 changed files with 1 additions and 1 deletions

View File

@ -5508,7 +5508,7 @@ SelectionDrag::setup_pointer_offset ()
{
switch (_operation) {
case CreateSelection:
_pointer_offset = timecnt_t (_editor->default_time_domain ());
_pointer_offset = timecnt_t (time_domain());
break;
case SelectionStartTrim: