diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-09 15:30:38 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-09 15:30:38 +0100 |
commit | ee42c9e7efd5e65c9754cbc2c6f88dbc5d3951a1 (patch) | |
tree | 723381965e995aa762cdde465e16a7630d687e73 /editor/plugins/script_editor_plugin.cpp | |
parent | bcd3bc9c76c7ddd4bd65726d0c45a9739844282c (diff) | |
parent | 0506d6f19279b54bf1464a77614fc9b27898aaf5 (diff) | |
download | redot-engine-ee42c9e7efd5e65c9754cbc2c6f88dbc5d3951a1.tar.gz |
Merge pull request #82498 from aXu-AP/docs-double-navigation
Fix opening docs writing extra navigation history
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index edf0b73356..eb1c5d249b 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -3386,7 +3386,6 @@ void ScriptEditor::_help_class_goto(const String &p_desc) { eh->set_name(cname); tab_container->add_child(eh); - _go_to_tab(tab_container->get_tab_count() - 1); eh->go_to_help(p_desc); eh->connect("go_to_help", callable_mp(this, &ScriptEditor::_help_class_goto)); _add_recent_script(eh->get_class()); |