diff --git a/es-core/src/components/ScrollableContainer.cpp b/es-core/src/components/ScrollableContainer.cpp index 5bc21be91..f64a1c8b4 100644 --- a/es-core/src/components/ScrollableContainer.cpp +++ b/es-core/src/components/ScrollableContainer.cpp @@ -66,6 +66,8 @@ void ScrollableContainer::resetComponent() mAutoScrollResetAccumulator = 0; mAutoScrollAccumulator = -mAutoScrollDelay + mAutoScrollSpeed; mAtEnd = false; + mUpdatedSize = false; + // This is needed to resize to the designated area when the background image gets invalidated. if (!mChildren.empty()) { float combinedHeight {0.0f};