effects/private: Simplify "active-hidden" state by inheriting from "initial-hidden"

This does not fix anything per se, just strips some unnecessary lines
and extra ensures zero opacity to other items.
master
ivan tkachenko 2 years ago
parent 3a406dd451
commit 9e4926bf34
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3

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

Loading…
Cancel
Save