Details
-
Task
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
QSR 1.2
-
None
Description
There is a structure named m_states which keeps count regarding the visibility state of the item:
VisibleState m_states[Constraints::MAX_ITEM_COUNT];
It would make sense to add the visibility property to the LayoutData structure and maintain the visibility status there.