Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
8dbc1ff6
Commit
8dbc1ff6
authored
Nov 09, 2020
by
Nate Graham
Browse files
[Tab switcher] Fix binding loop that spams the log
BUG: 410984 FIXED-IN: 5.21 (cherry picked from commit
bafd2ad7
)
parent
be58b154
Changes
1
Hide whitespace changes
Inline
Side-by-side
lookandfeel/contents/windowswitcher/WindowSwitcher.qml
View file @
8dbc1ff6
...
...
@@ -69,7 +69,7 @@ KWin.Switcher {
delegate
:
MouseArea
{
width
:
thumbnailListView
.
width
height
:
delegateColumn
.
implicitH
eight
+
2
*
delegateColumn
.
y
height
:
delegateColumn
.
h
eight
+
2
*
delegateColumn
.
y
onClicked
:
{
if
(
tabBox
.
noModifierGrab
)
{
...
...
@@ -93,7 +93,7 @@ KWin.Switcher {
Item
{
Layout.fillWidth
:
true
Layout.preferred
Height
:
Math
.
round
(
width
/
tabBox
.
screenFactor
)
implicit
Height
:
Math
.
round
(
delegateColumn
.
width
/
tabBox
.
screenFactor
)
KWin.ThumbnailItem
{
anchors.fill
:
parent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment