You've already forked godot
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:
@@ -1184,6 +1184,7 @@ Size2 Control::get_parent_area_size() const {
|
||||
|
||||
parent_size = get_viewport()->get_visible_rect().size;
|
||||
}
|
||||
|
||||
return parent_size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user