From 56f3d753b4e49943205fcd38ad58a05748076eaf Mon Sep 17 00:00:00 2001 From: bakajikara <102702868+bakajikara@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:50:25 +0900 Subject: [PATCH] Fix applying beams to range (fix #30602) --- src/notation/internal/notationinteraction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notation/internal/notationinteraction.cpp b/src/notation/internal/notationinteraction.cpp index 0dd7bc17b278a..72d81c1f98248 100644 --- a/src/notation/internal/notationinteraction.cpp +++ b/src/notation/internal/notationinteraction.cpp @@ -2745,7 +2745,6 @@ void NotationInteraction::applyPaletteElementToRange(EngravingItem* element, boo } default: break; } - return; } const track_idx_t track1 = sel.staffStart() * mu::engraving::VOICES;