-
Notifications
You must be signed in to change notification settings - Fork 3.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 8074 #8081
Fix 8074 #8081
Conversation
Thanks for the pull request @loshjawrence!
Reviewers, don't forget to make sure that:
|
Treating it like a master switch instead of having it toggle off the individual primitives is what we do elsewhere. So I assume that means this is the "right" fix? |
@OmarShehata can you confirm everything is good on your end? @lilleyse will you have time to look at this soon? |
I can confirm this fixes the original issue, but you can still get this effect to happen by using |
@OmarShehata I added @dennisadams other fix for this |
Where are we at here. @OmarShehata please merge if this is ready so it can sit in master before the release to make sure it fully fixes the problem. CC @lilleyse any thoughts |
Looks fine to me. |
@OmarShehata please merge once you confirm the issue you could still reproduced is fixed. Thanks! |
Works great, thanks @loshjawrence ! |
An example fix for #8074.
Right now there are
.show
s on individual primitives but there's also the scene'sprimitives.show
.This fix treats the scene's
primitive.show
like a master switch and would be the simplest fix for this.localhost sandcastle