Skip to content

Commit 77e4347

Browse files
vpereverzevdmitrio95
authored andcommitted
Added stub callback for double click event on palette elements
1 parent a8509dc commit 77e4347

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mscore/qml/palettes/Palette.qml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,7 @@ GridView {
443443
}
444444
}
445445

446-
onDoubleClicked: {
447-
const index = paletteCell.modelIndex;
448-
paletteView.selectionModel.setCurrentIndex(index, ItemSelectionModel.Current);
449-
paletteView.paletteController.applyPaletteElement(index, mscore.keyboardModifiers());
450-
}
446+
onDoubleClicked: {}
451447

452448
MouseArea {
453449
id: paletteCellDragArea

0 commit comments

Comments
 (0)