mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Update editor Window
preview position when resizing window.
This commit is contained in:
parent
e7dd6f11ed
commit
5c433cf693
@ -391,6 +391,7 @@ void Window::set_size(const Size2i &p_size) {
|
|||||||
|
|
||||||
size = p_size;
|
size = p_size;
|
||||||
_update_window_size();
|
_update_window_size();
|
||||||
|
_settings_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
Size2i Window::get_size() const {
|
Size2i Window::get_size() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user