Browse Source

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

Rémi Verschelde 3 years ago
parent
commit
3cca39b20e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/gui/scroll_container.cpp

+ 1 - 0
scene/gui/scroll_container.cpp

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