We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.3 stable
Windows 10 Godot 4.3 stable Forward+
The last letters are cut off for different styleboxes in the button
Empty project, just create a scene with a container
In container create button with both central alignment.
When the button is disabled and the text is changed when it's disabled, when set 'Disabled ' to false, the last characters are cut
At runtime text is cut off simply by setting 'Disabled' off from script (button.disabled = false) when the button was initially disabled in the scene
button.disabled = false
issue_scene.zip
The text was updated successfully, but these errors were encountered:
According to godotengine/godot-proposals#10448 (comment), this is a regression as the bug didn't occur in 4.2.2.
Sorry, something went wrong.
Would this happen to be the same issue that's fixed by #95511 ?
Button
disabled
Successfully merging a pull request may close this issue.
Tested versions
4.3 stable
System information
Windows 10 Godot 4.3 stable Forward+
Issue description
The last letters are cut off for different styleboxes in the button
Steps to reproduce
Empty project, just create a scene with a container
In container create button with both central alignment.
When the button is disabled and the text is changed when it's disabled, when set 'Disabled ' to false, the last characters are cut
At runtime text is cut off simply by setting 'Disabled' off from script (
button.disabled = false
) when the button was initially disabled in the sceneMinimal reproduction project (MRP)
issue_scene.zip
The text was updated successfully, but these errors were encountered: