tabbox/thumbnail-grid: Activate on thumbnail click when selected

While tabbox switching is usually a keyboard operation, we offer also
a mouse-friendly way to launch it via screen edges, and should allow
to switch directly on mouse click.

BUG: 481267
FIXED-IN: 6.0
This commit is contained in:
Ismael Asensio 2024-02-12 20:58:12 +01:00
parent 62b55d0463
commit f6447ad188

View file

@ -123,7 +123,7 @@ KWin.TabBoxSwitcher {
Accessible.role: Accessible.ListItem
onClicked: {
tabBox.currentIndex = index;
tabBox.model.activate(index);
}
ColumnLayout {