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:
parent
62b55d0463
commit
f6447ad188
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ KWin.TabBoxSwitcher {
|
|||
Accessible.role: Accessible.ListItem
|
||||
|
||||
onClicked: {
|
||||
tabBox.currentIndex = index;
|
||||
tabBox.model.activate(index);
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
Loading…
Reference in a new issue