Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vertical piano mouse click unresponsiveness
`PianoRoll::mouseDoubleClickEvent` wasn't forwarding the event to the base class when not acting on the event. The base class calls `mousePressEvent`. Fixes #3005
- Loading branch information