Fix automation cursor position issue
This commit is contained in:
@@ -174,7 +174,7 @@ void AutomationTrackView::dropEvent( QDropEvent * _de )
|
||||
getTrackContentWidget()->x() ) *
|
||||
MidiTime::ticksPerTact() /
|
||||
static_cast<int>( trackContainerView()->pixelsPerTact() ) )
|
||||
.toNearestTact();
|
||||
.toAbsoluteTact();
|
||||
|
||||
if( pos.getTicks() < 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user