Skip to content

Commit

Permalink
Merge pull request #91126 from dsnopek/fix-gdextension-docs-on-reload
Browse files Browse the repository at this point in the history
Fix GDExtension documentation disappearing after hot-reload
  • Loading branch information
akien-mga committed Apr 26, 2024
2 parents 36833c6 + 52324eb commit d015a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ void EditorNode::_update_from_settings() {
void EditorNode::_gdextensions_reloaded() {
// In case the developer is inspecting an object that will be changed by the reload.
InspectorDock::get_inspector_singleton()->update_tree();

// Regenerate documentation.
EditorHelp::generate_doc();
}

void EditorNode::_select_default_main_screen_plugin() {
Expand Down

0 comments on commit d015a74

Please sign in to comment.