Deleting Automation Points at coarser quantization
Regression from f9ab2dec02
Don't follow quantization as you will have to move the
cursor that length before any deletion is made.
This commit is contained in:
@@ -688,7 +688,7 @@ void AutomationEditor::removePoints( int x0, int x1 )
|
||||
int x = x0;
|
||||
int xstep;
|
||||
|
||||
if( deltax < AutomationPattern::quantization() )
|
||||
if( deltax < 1 )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user