[Update] Epsilon 14

This commit is contained in:
Joachim LF
2020-07-09 15:33:21 +02:00
committed by Quentin Guidée
320 changed files with 6893 additions and 2610 deletions

View File

@@ -244,7 +244,10 @@ void AbstractScrollableMultipleExpressionsView::setLayouts(Poincare::Layout left
contentCell()->layoutSubviews();
// Reload the scroll content view layout (the content size might have changed)
layoutSubviews();
// Do no reload scroll here as 'setLayouts' is called every time the table is re-layout (when scrolling for instance)
/* TODO revert commit 87e48361961d1?
* We can call reloadScroll here instead of in didBecome firstResponder,
* because we fixed setLayouts (updateLeftLayout, updateCenterLayout and
* updateRightLayout are now sometimes false). */
}
}