1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Properly adjust the visible editor rect and make limits respected, closes #8328

This commit is contained in:
Juan Linietsky
2017-06-12 16:18:17 -03:00
parent 5f1603ca45
commit 42b2d52c88
3 changed files with 4 additions and 0 deletions

View File

@@ -1184,6 +1184,7 @@ Size2 Control::get_parent_area_size() const {
parent_size = get_viewport()->get_visible_rect().size;
}
return parent_size;
}