Redraw SubViewportContainer on SubViewport size change

(cherry picked from commit 61e2aa7914)
This commit is contained in:
jordi 2023-12-18 09:08:57 -06:00 committed by Rémi Verschelde
parent bf5907b724
commit 32f2b851ab
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -5063,6 +5063,7 @@ void SubViewport::_internal_set_size(const Size2i &p_size, bool p_force) {
if (c) {
c->update_minimum_size();
c->queue_redraw();
}
}