Fix ElasticScroll glitch after resizing.
This commit is contained in:
parent
c7e0b7af37
commit
1c0889f78a
1 changed files with 1 additions and 0 deletions
|
|
@ -1043,6 +1043,7 @@ void ElasticScroll::resizeEvent(QResizeEvent *e) {
|
||||||
height())
|
height())
|
||||||
: QRect(0, height() - _st.width, width(), _st.width));
|
: QRect(0, height() - _st.width, width(), _st.width));
|
||||||
_geometryChanged.fire({});
|
_geometryChanged.fire({});
|
||||||
|
updateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ElasticScroll::moveEvent(QMoveEvent *e) {
|
void ElasticScroll::moveEvent(QMoveEvent *e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue