PatternView: if volume of a step is 95 it was not possible to increase
it to 100 by scrolling up (closes #2656024)
Backported from fa3d004f42 (master)
This commit is contained in:
@@ -1086,6 +1086,10 @@ void patternView::wheelEvent( QWheelEvent * _we )
|
||||
{
|
||||
n->setVolume( vol + 5 );
|
||||
}
|
||||
else
|
||||
{
|
||||
n->setVolume( 100 );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user