Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update layout display before propagating to children
Fixes 2 bugs: - In CPP we need to update display before propagating to children because the children may check their own isDisplayHidden, which walks up the parent hierarchy checking for isDisplayHidden of parents. - Display key icon not updating or getting out of sync with current selected keyframe Diffs= 19b64a2c1b Update layout display before propagating to children (#8999)
- Loading branch information