You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Property apply limits to V/H Splits in main editor window. Fixes #3567
This commit is contained in:
@@ -2677,7 +2677,7 @@ ScriptEditorPlugin::ScriptEditorPlugin(EditorNode *p_node) {
|
||||
editor=p_node;
|
||||
script_editor = memnew( ScriptEditor(p_node) );
|
||||
editor->get_viewport()->add_child(script_editor);
|
||||
script_editor->set_area_as_parent_rect();
|
||||
script_editor->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
script_editor->hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user