File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ GridView {
767767 // force not hiding palette cell if it is being dragged to a score
768768 enabled: paletteCell .paletteDrag
769769 target: mscore
770- onElementDraggedToScoreView: paletteCell .paletteDrag = false
770+ function onElementDraggedToScoreView () { paletteCell .paletteDrag = false ; }
771771 }
772772 } // end ItemDelegate
773773 } // end DelegateModel
Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ ListView {
771771
772772 Connections {
773773 target: palettesWidget
774- onHasFocusChanged: {
774+ function onHasFocusChanged () {
775775 if (! palettesWidget .hasFocus ) {
776776 paletteSelectionModel .clearSelection ();
777777 expandedPopupIndex = null ;
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Item {
224224
225225 Connections {
226226 target: palettesWidget
227- onHasFocusChanged: {
227+ function onHasFocusChanged () {
228228 if (! palettesWidget .hasFocus && ! palettesListPopup .inMenuAction )
229229 palettesListPopup .visible = false ;
230230 }
You can’t perform that action at this time.
0 commit comments