-
Notifications
You must be signed in to change notification settings - Fork 363
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
FontScaleX
for default skin set to zero in TextButton
#689
Comments
Just works on my Linux Mint 20. But issue occurred on
|
https://github.com/prime31/Nez/blob/master/Nez.Portable/UI/Widgets/TextButton.cs#L124 |
The problem only occurres in the master branch, not in the version used by the Samples Repository https://github.com/prime31/Nez/tree/7a87b151a831b60cf0f95e942084c285d3effb21 |
should be fixed: #696 |
* #689 initialize TextButton FontScaleX to 1 instead of 0 * FollowCamera: * Calculate Deadzone from Center instead of TopLeft of camera Bound * Allow to provide Deadzone scale in % of ScreenSpace instead of pixels * Allow Deadzone to scale with Zoom-Level * FollowCamera Cleanup
The Issue
TextButton
does not show any text under default skin/style settings, althoughLabel
is visible.Minimal Example:
The text was updated successfully, but these errors were encountered: