Skip to content
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

bug: sbyte displaying decimal places #3

Closed
brmassa opened this issue May 8, 2023 · 1 comment
Closed

bug: sbyte displaying decimal places #3

brmassa opened this issue May 8, 2023 · 1 comment

Comments

@brmassa
Copy link

brmassa commented May 8, 2023

Hey man.

sbyte is being displayed with decimal places, but it's an integer type, a signed byte (-127 to 128)

HandleNewProperty's list of properties should include sbyte type

                propertyDescriptor.PropertyType == typeof(sbyte) ||
@bodong1987
Copy link
Owner

Thanks, I've fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants