diff --git a/src/pianoroll/view/pianorollview.h b/src/pianoroll/view/pianorollview.h index 7f24b20c7f871..36d08a022e0fc 100644 --- a/src/pianoroll/view/pianorollview.h +++ b/src/pianoroll/view/pianorollview.h @@ -105,7 +105,7 @@ class PianorollView : public QQuickPaintedItem, public async::Asyncable Q_INVOKABLE void load(); - bool displayEventAdjustment() { return m_tool == PianorollTool::EVENT_ADJUST; } + bool displayEventAdjustment() { return m_tool == PianorollTool::EVENT_ADJUST; } double wholeNoteWidth() const { return m_wholeNoteWidth; } void setWholeNoteWidth(double value); int noteHeight() const { return m_noteHeight; }