fixes flickering of account avatar overlay
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user