mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Merge pull request #63295 from winterpixelgames/master-allow-scroll-container-scroll-to-be-set-instantly
This commit is contained in:
commit
b3bd082070
@ -312,6 +312,7 @@ void ScrollContainer::_update_dimensions() {
|
||||
fit_child_in_rect(c, r);
|
||||
}
|
||||
|
||||
update_scrollbars();
|
||||
update();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user