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

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

View file

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