Hi,

So there is limitation in Qt documentation:

Warning: This property is not updated if the area moves under the mouse: containsMouse will not change. In addition, if hoverEnabled is false, containsMouse will only be valid when the mouse is pressed while the mouse cursor is inside the MouseArea.

Is there any way to work around this?
I have buttons with hover states and the buttons move at certain occasions. This results in the containsMouse being set to true but not set to false when the MouseArea of the buttons moves away from the mouse cursor.

I though about disabling the hoverEnable during movement but this didn't work for some reason.

Thanks,
Ben