mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 20:24:41 +00:00
-Property apply limits to V/H Splits in main editor window. Fixes #3567
This commit is contained in:
parent
3cce2d6881
commit
92a3b9fb9f
5 changed files with 17 additions and 17 deletions
|
|
@ -4217,8 +4217,10 @@ SpatialEditorPlugin::SpatialEditorPlugin(EditorNode *p_node) {
|
|||
|
||||
editor=p_node;
|
||||
spatial_editor = memnew( SpatialEditor(p_node) );
|
||||
spatial_editor->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
editor->get_viewport()->add_child(spatial_editor);
|
||||
spatial_editor->set_area_as_parent_rect();
|
||||
|
||||
//spatial_editor->set_area_as_parent_rect();
|
||||
spatial_editor->hide();
|
||||
spatial_editor->connect("transform_key_request",editor,"_transform_keyed");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue