From 10b6c401aceab32135c57ba43823dbe23390e514 Mon Sep 17 00:00:00 2001 From: regulus79 <117475203+regulus79@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:57:41 -0500 Subject: [PATCH] Minor change --- src/gui/editors/PianoRoll.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/editors/PianoRoll.cpp b/src/gui/editors/PianoRoll.cpp index a464b08b360..9aab09be2b2 100644 --- a/src/gui/editors/PianoRoll.cpp +++ b/src/gui/editors/PianoRoll.cpp @@ -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; }