Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
c18a8817f7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/widgets/pianoroll.py

+ 1
- 1
source/frontend/widgets/pianoroll.py View File

@@ -560,7 +560,7 @@ class PianoRoll(QGraphicsScene):
note.moveEvent(event)

def mouseReleaseEvent(self, event):
QGraphicsScene.mouseReleaseEvent
QGraphicsScene.mouseReleaseEvent(self, event)

if self.last_piano_note is not None:
self.noteclicked.emit(self.last_piano_note, False)


Loading…
Cancel
Save