-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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 invisible CanvasItem visibility issue #58413
Fix invisible CanvasItem visibility issue #58413
Conversation
It was like that already, |
When should
|
^ Also I think the bug might not be related to CanvasItem code at all, I edited the issue with more details. The recent changes might've just exposed it. |
28695bc
to
b02ecf8
Compare
Thanks for the explanation. I updated the patch. |
b02ecf8
to
daa3d15
Compare
|
daa3d15
to
0ffc581
Compare
0ffc581
to
dce6cb7
Compare
Now it seems to fix all issues, but the code should be checked by @reduz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice and tidy to me, great job!
Thanks! |
This could use a dedicated backport for The conflicts are relatively easy to solve when cherry-picking but the one thing I'm unsure is whether |
|
Attempt to fix #58388
Make sure that parent is visible in tree before updating Rendering server.
I believe, thatNOTIFICATION_VISIBILITY_CHANGED
should be sent independent on the visibility status of the parent.