mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Redraw SubViewportContainer on SubViewport size change
(cherry picked from commit 61e2aa7914)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user