Skip to content

Commit 3bec8dc

Browse files
fix #27058: init solo/mute state when creating excerpt
1 parent 5b5eb46 commit 3bec8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/notation/internal/masternotation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,8 @@ void MasterNotation::updateExcerpts()
692692
excerptNotation->notation()->elements()->msScore()->doLayout();
693693
}
694694

695+
initNotationSoloMuteState(excerptNotation->notation());
696+
695697
updatedExcerpts.push_back(excerptNotation);
696698
}
697699

0 commit comments

Comments
 (0)