fixes flickering of account avatar overlay
This commit is contained in:
parent
09b31c881e
commit
6e6b54c4c8
|
@ -132,6 +132,8 @@ HFlickableColumnPage {
|
|||
// Layout.preferredWidth: 256 * theme.uiScale
|
||||
Layout.preferredHeight: width
|
||||
|
||||
HoverHandler { id: overlayHover }
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
z: 10
|
||||
|
@ -154,8 +156,6 @@ HFlickableColumnPage {
|
|||
Behavior on opacity { HNumberAnimation {} }
|
||||
Behavior on color { HColorAnimation {} }
|
||||
|
||||
HoverHandler { id: overlayHover }
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
enabled: ready && account.presence !== "offline"
|
||||
|
|
Loading…
Reference in New Issue
Block a user