-
Notifications
You must be signed in to change notification settings - Fork 466
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 disabling of groups (#709) #740
Conversation
@dgossow can you comment on this? |
Any update on this? |
I'm not willing to merge this until I get positive feedback from @dgossow or @hersh, or until I look into myself. I don't have time right now, but I'll try to squeeze in some time this afternoon, but since this is touching code recently changed by @dgossow I was hoping he could just glance at it and give it a 👍 or 👎. |
I'm looking at this now... |
I just tested rviz with and without this change. I see the need for it, as the current hydro-devel version does not disable the children of a DisplayGroup when you disable the group. Makes the groups feature pretty lame. This change fixes that and doesn't seem to hurt the Views list behavior, so I'm giving this a +1. +1. |
Sounds good to me. |
Fix disabling of groups (#709)
I'll make sure to have a reasonable soak time for the next release of rviz. |
@wjwwood Could this be backported to hydro-devel? |
This was broken with commit 5897285, which reverted the changes from
commit c6dacb1, but rather than only removing the change concerning
the read-only attribute, commented out the entire check, including
the parent_->getDisableChildren() call (which existed prior to
commit 5897285).