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.
This commit is contained in:
ivan tkachenko 2022-08-04 17:24:22 +03:00
parent 3a406dd451
commit 9e4926bf34
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

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