Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
regulus79 committed Feb 21, 2025
1 parent c2d8a40 commit 10b6c40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2313,8 +2313,7 @@ void PianoRoll::mouseReleaseEvent( QMouseEvent * me )
m_midiClip->rearrangeAllNotes();

}

if (m_action == Action::Strum || m_strumEnabled)
else if (m_action == Action::Strum || m_strumEnabled)
{
m_strumEnabled = false;
}
Expand Down

0 comments on commit 10b6c40

Please sign in to comment.