-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
How to disable user interaction on widget #1012
Labels
Comments
Now I am solving this drawing first the curve I want to interact with. The problem is that it appears not at the top but at the bottom! |
draw it again last? |
Yes but is an expensive widget! |
I am using ratcherfreak proposal. Perhaps BeginDisabled()/EndDisabled(); proposal in #211 would be the way. |
Closing as duplicate. @sonoro1234, see #211 for beginning of a solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a curve widget and show three of them (one for each RGB channel)
As they are quite big I am rendering them all at the same CursorScreenPos so that you can see them all because of transparency.
When user interacts only the topmost of them should respond.
How can achieve this
The text was updated successfully, but these errors were encountered: