-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
[3.2.4 beta 2] Bug with the focus remaining on the main menu #43695
Comments
Confirmed, the issue also happens with 3.2.4.beta1, so the regression happened before beta1 (i.e. before 2e073ec). |
I've confirmed that the removal of |
Restore the default focus mode for MenuButton and LinkButton, since it is different from the default of BaseButton.
Note that godotengine#42109 already reverted the change of MenuButton, and actually fixed godotengine#43695. As a result, this commit only reverts the change to LinkButton, in order to prevent unpredictable consequences.
Restore the default focus mode for MenuButton and LinkButton, since it is different from the default of BaseButton.
Godot version:
3.2.3 - OK
3.2.4.beta2 - Bug
OS/device including version:
Kubuntu 20.10
Issue description:
3.2.3:
3.2.4.beta2:
Steps to reproduce:
See above.
Minimal reproduction project:
—
The text was updated successfully, but these errors were encountered: