-
-
Notifications
You must be signed in to change notification settings - Fork 22k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button flashing "hover" style after releasing away from it #33553
Comments
Along with the above problems, the Thanks |
@MatthewJulian Can you post the code for the workaround here, please? 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version: 3.1.1 Stable
OS/device including version: Windows 10
Issue description: When you click off of a button (like when you change your mind), the button "flashes". I couldn't figure it out, but finally discovered that it looks like it's reporting as being "hovered" for a frame (or two). This doesn't really make sense, as it's not being hovered, and it looks weird when it flashes.
Here is a gif
Steps to reproduce: Use a button, click and hold, release outside of button. It'll flash
Minimal reproduction project:
ButtonProblem.zip
The text was updated successfully, but these errors were encountered: