mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kwin/mobiletaskswitcher: Fix typo
This commit is contained in:
parent
de996b917c
commit
1e2a887c42
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ FocusScope {
|
|||
target: root.effect
|
||||
|
||||
function onPartialActivationFactorChanged() {
|
||||
taskSwitcherState.positionY = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor;
|
||||
taskSwitcherState.yPosition = taskSwitcherState.openedYPosition * root.effect.partialActivationFactor;
|
||||
}
|
||||
|
||||
function onGestureInProgressChanged() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue