13
0

nutempo warning removal

This commit is contained in:
Paul Davis 2021-01-15 15:58:00 -07:00
parent 5074553f15
commit 0114059c9d

View File

@ -5704,8 +5704,7 @@ SelectionDrag::setup_pointer_offset ()
{
switch (_operation) {
case CreateSelection:
#warning NUTEMPO need to pick time domain here
_pointer_offset = timecnt_t ();
_pointer_offset = timecnt_t (_editor->default_time_domain());
break;
case SelectionStartTrim: