|
|
@ -144,8 +144,11 @@ Column {
|
|
|
|
acceptedButtons: Qt.LeftButton
|
|
|
|
acceptedButtons: Qt.LeftButton
|
|
|
|
hoverEnabled: true
|
|
|
|
hoverEnabled: true
|
|
|
|
onClicked: {
|
|
|
|
onClicked: {
|
|
|
|
backend.cancelHighlightWindows();
|
|
|
|
//NOTE: compatibility with plasma 5.8
|
|
|
|
tasksModel.requestClose(submodelIndex);
|
|
|
|
if (backend.cancelHighlightWindows)
|
|
|
|
|
|
|
|
backend.cancelHighlightWindows()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tasksModel.requestClose(submodelIndex)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
onContainsMouseChanged: contentItem.checkMouseInside();
|
|
|
|
onContainsMouseChanged: contentItem.checkMouseInside();
|
|
|
|
|
|
|
|
|
|
|
|