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
Issue description:
Pls, allow select ui controls even if i have a container above the control. It's hard work in complex UIs with layers.
On this case i can't select the button.
Flax version: 1.10 master
The text was updated successfully, but these errors were encountered:
I can see this getting tricky fast... because we can't just ignore panels from selection. I think there would need to be some other solution.
Sorry, something went wrong.
@Tryibion Maybe check if is full transparent to ignore the selecion?
I think we might want to move Panel.ContainsPoint impl to ContainerControl and verify it doesn't break other control types.
Panel.ContainsPoint
ContainerControl
No branches or pull requests
Issue description:
Pls, allow select ui controls even if i have a container above the control. It's hard work in complex UIs with layers.
On this case i can't select the button.
2024-12-01.14-28-48.webm
Flax version:
1.10 master
The text was updated successfully, but these errors were encountered: