Fix Pattern Editor UI updates when adjusting note volume via scrolling (#8196)
Closes #7806
This commit is contained in:
@@ -4101,6 +4101,8 @@ void PianoRoll::wheelEvent(QWheelEvent * we )
|
||||
// same volume
|
||||
showVolTextFloat(nv[0]->getVolume(), pos, 1000);
|
||||
}
|
||||
// Emit MIDI clip has changed
|
||||
m_midiClip->dataChanged();
|
||||
}
|
||||
else if( m_noteEditMode == NoteEditMode::Panning )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user