diff --git a/tabbox/qml/window_strip.qml b/tabbox/qml/window_strip.qml index 801bc61158..b63a138b90 100644 --- a/tabbox/qml/window_strip.qml +++ b/tabbox/qml/window_strip.qml @@ -82,7 +82,10 @@ Item { anchors.centerIn: parent MouseArea { anchors.fill: parent - onClicked: thumbnailListView.model.activate(index) + onClicked: { + thumbnailListView.currentIndex = index; + thumbnailListView.currentIndexChanged(index); + } } } PlasmaComponents.Label {