-
Notifications
You must be signed in to change notification settings - Fork 5
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
Checkbox item selection error occurred. #18
Comments
Can you please share a simple Avalonia control that reproduces the problem? If you're using a custom theme, make sure that there's a background color set on the control (even if it's |
I removed the existing controls except for the styles in the HellowWorld project and added a new ComboBox.
I commented out the line // ((HelloWorldView) Control!).FpsCounter.Text = $"FPS: {Engine.GetFramesPerSecond():F0}";. |
Ah, you meant |
Fixed by 25ab257 |
Hello, after updating to version 1.2.0, an issue occurred where the checkbox items cannot be selected. Is there a possible solution for this?
The text was updated successfully, but these errors were encountered: