Fix Pattern Editor UI updates when adjusting note volume via scrolling (#8196)

Closes #7806
This commit is contained in:
WeakOstra
2026-02-08 17:50:58 +01:00
committed by GitHub
parent a74339f89b
commit f35a1dfca8

View File

@@ -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 )
{