Skip to content

Commit

Permalink
Fixing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackears committed Jan 9, 2022
1 parent b8a7e93 commit 3c1f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pianoroll/view/pianorollview.h
Expand Up @@ -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; }
Expand Down

0 comments on commit 3c1f658

Please sign in to comment.