selection dragging: use time domain given to drag, not editor default
This commit is contained in:
parent
c4f8c84a75
commit
cd29e03c05
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user