Redraw SubViewportContainer on SubViewport size change

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

View File

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