You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After placing multiple ButtonBundles which change on Interaction I removed my cursor from the screen and began to resize the window.
What you expected to happen
I expect that the currently hovered ButtonBundle lose its hover.
What actually happened
Not only does the currently hovered ButtonBundle remain hovered, but, it also transfers that hover to other ButtonBundles as the window resizes, if those buttons move to where the mouse had been.
Additional information
When the window is resized, I have the buttons scale and move to match the new window size. So, the placement and size of the buttons does move around.
The text was updated successfully, but these errors were encountered:
Bevy version
0.4.0
Operating system & version
Windows 10
What you did
After placing multiple
ButtonBundle
s which change onInteraction
I removed my cursor from the screen and began to resize the window.What you expected to happen
I expect that the currently hovered
ButtonBundle
lose its hover.What actually happened
Not only does the currently hovered
ButtonBundle
remain hovered, but, it also transfers that hover to otherButtonBundle
s as the window resizes, if those buttons move to where the mouse had been.Additional information
When the window is resized, I have the buttons scale and move to match the new window size. So, the placement and size of the buttons does move around.
The text was updated successfully, but these errors were encountered: