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:
ivan tkachenko 2022-08-03 23:52:33 +03:00
parent b6f6e7f15a
commit 2fd4106588
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -260,7 +260,7 @@ Item {
},
State {
name: "active-hidden"
extend: "active"
extend: "initial"
PropertyChanges {
target: thumb
opacity: 0