You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Property apply limits to V/H Splits in main editor window. Fixes #3567
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user