mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
[poincare] Layout invalidation when adding children to DynamicLayouts.
Change-Id: Ib4609a5e14cce0c5bae44c90629446caea75c164
This commit is contained in:
@@ -75,6 +75,9 @@ void DynamicLayoutHierarchy::addChildrenAtIndex(const ExpressionLayout * const *
|
||||
delete[] m_children;
|
||||
m_children = newOperands;
|
||||
m_numberOfChildren = currentIndex;
|
||||
m_sized = false;
|
||||
m_positioned = false;
|
||||
m_baselined = false;
|
||||
}
|
||||
|
||||
bool DynamicLayoutHierarchy::addChildAtIndex(ExpressionLayout * child, int index) {
|
||||
|
||||
Reference in New Issue
Block a user