[shared] ScrollableExactApproximateExpressionsView: reloadScroll when

displayed layouts have changed
This commit is contained in:
Émilie Feral
2019-06-17 14:14:43 -04:00
parent ddce497916
commit fbe0a0ca3e

View File

@@ -124,6 +124,7 @@ void ScrollableExactApproximateExpressionsView::setLayouts(Poincare::Layout righ
if (updateRightLayout || updateLeftLayout) {
m_contentCell.reloadTextColor();
m_contentCell.layoutSubviews();
reloadScroll();
}
}