mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 11:03:13 -05:00
Redraw SubViewportContainer on SubViewport size change
This commit is contained in:
parent
a07f20b3e5
commit
61e2aa7914
1 changed files with 1 additions and 0 deletions
|
@ -5070,6 +5070,7 @@ void SubViewport::_internal_set_size(const Size2i &p_size, bool p_force) {
|
||||||
|
|
||||||
if (c) {
|
if (c) {
|
||||||
c->update_minimum_size();
|
c->update_minimum_size();
|
||||||
|
c->queue_redraw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue