diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-06-21 12:47:17 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-09-12 15:34:49 +0200 |
commit | dd6443193cbf249c686105c20481283ec63a5f45 (patch) | |
tree | 06fa152dd04aab2b28f2d4135c08195a488c2a21 /editor/editor_help.cpp | |
parent | 83d54ab2ad476ae265b323c2b88f4623b922f4c6 (diff) | |
download | redot-engine-dd6443193cbf249c686105c20481283ec63a5f45.tar.gz |
[Editor] Expose more editor settings to documentation
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index f5f7b8f51c..cfe257fcfc 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -3134,8 +3134,6 @@ void EditorHelp::init_gdext_pointers() { EditorHelp::EditorHelp() { set_custom_minimum_size(Size2(150 * EDSCALE, 0)); - EDITOR_DEF("text_editor/help/sort_functions_alphabetically", true); - class_desc = memnew(RichTextLabel); class_desc->set_tab_size(8); add_child(class_desc); |