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

fix: FlxUICheckBox returning always checked=false in event params #288

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

giuppe
Copy link
Contributor

@giuppe giuppe commented Oct 25, 2024

FlxUICheckBox is documented to have a checked param in its click event that contains the new state of the checkbox.
However, when the format of the param was changed from String to NamedBool there was added a regression that would make the parameter to always be false and not the actual state of the checkbox.

@Geokureli Geokureli merged commit b94d693 into HaxeFlixel:dev Oct 28, 2024
10 checks passed
@Geokureli
Copy link
Member

Thanks, again!

@giuppe giuppe deleted the patch-2 branch October 28, 2024 14:52
@Geokureli Geokureli added the Bug label Dec 9, 2024
@Geokureli Geokureli added this to the 2.6.2 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants