effects/private: Prevent fading windows from moving downward in WindowView effect
Inheriting "active" state was meaningless, since "active" state binds position to a ExpoCell which itself is in a disabled state. FIXED-IN: 5.25.5 5.26
This commit is contained in:
parent
b6f6e7f15a
commit
2fd4106588
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Item {
|
||||||
},
|
},
|
||||||
State {
|
State {
|
||||||
name: "active-hidden"
|
name: "active-hidden"
|
||||||
extend: "active"
|
extend: "initial"
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: thumb
|
target: thumb
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
Loading…
Reference in a new issue