Added stub callback for double click event on palette elements

This commit is contained in:
pereverzev_v 2019-12-07 14:01:05 +02:00 committed by Dmitri Ovodok
parent a8509dc3e1
commit 77e4347f10

View file

@ -443,11 +443,7 @@ GridView {
}
}
onDoubleClicked: {
const index = paletteCell.modelIndex;
paletteView.selectionModel.setCurrentIndex(index, ItemSelectionModel.Current);
paletteView.paletteController.applyPaletteElement(index, mscore.keyboardModifiers());
}
onDoubleClicked: {}
MouseArea {
id: paletteCellDragArea