diff --git a/ui/widgets/elastic_scroll.cpp b/ui/widgets/elastic_scroll.cpp index 68b297e..50b622c 100644 --- a/ui/widgets/elastic_scroll.cpp +++ b/ui/widgets/elastic_scroll.cpp @@ -1043,6 +1043,7 @@ void ElasticScroll::resizeEvent(QResizeEvent *e) { height()) : QRect(0, height() - _st.width, width(), _st.width)); _geometryChanged.fire({}); + updateState(); } void ElasticScroll::moveEvent(QMoveEvent *e) {