mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Properly adjust the visible editor rect and make limits respected, closes #8328
This commit is contained in:
parent
5f1603ca45
commit
42b2d52c88
3 changed files with 4 additions and 0 deletions
|
|
@ -272,6 +272,8 @@ void EditorNode::_notification(int p_what) {
|
|||
}
|
||||
editor_selection->update();
|
||||
|
||||
scene_root->set_size_override(true, Size2(GlobalConfig::get_singleton()->get("display/window/width"), GlobalConfig::get_singleton()->get("display/window/height")));
|
||||
|
||||
ResourceImporterTexture::get_singleton()->update_imports();
|
||||
}
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue