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:
parent
3a406dd451
commit
9e4926bf34
1 changed files with 1 additions and 5 deletions
|
@ -263,11 +263,7 @@ Item {
|
|||
},
|
||||
State {
|
||||
name: "active-hidden"
|
||||
extend: "initial"
|
||||
PropertyChanges {
|
||||
target: thumb
|
||||
opacity: 0
|
||||
}
|
||||
extend: "initial-hidden"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue