Skip to content

Commit

Permalink
Redraw SubViewportContainer on SubViewport size change
Browse files Browse the repository at this point in the history
  • Loading branch information
jordi-star authored and akien-mga committed Aug 19, 2024
1 parent a07f20b commit 61e2aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/main/viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 61e2aa7

Please sign in to comment.