Merge pull request #63295 from winterpixelgames/master-allow-scroll-container-scroll-to-be-set-instantly

This commit is contained in:
Rémi Verschelde 2022-07-22 00:51:43 +02:00 committed by GitHub
commit b3bd082070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,6 +312,7 @@ void ScrollContainer::_update_dimensions() {
fit_child_in_rect(c, r);
}
update_scrollbars();
update();
}