We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4614afd + 4510ad1 commit ae47941Copy full SHA for ae47941
src/notation/qml/MuseScore/NotationScene/SelectionFilterPanel.qml
@@ -273,7 +273,7 @@ Item {
273
enabled: !root.isNoneSelected
274
275
onClicked: {
276
- voicesModel.clearAll()
+ //! NOTE: By design voicesModel is exempt from clear/select all
277
notesInChordModel.clearAll()
278
elementsModel.clearAll()
279
}
@@ -292,7 +292,7 @@ Item {
292
enabled: !root.isAllSelected
293
294
295
- voicesModel.selectAll()
296
notesInChordModel.selectAll()
297
elementsModel.selectAll()
298
0 commit comments