Fix GDExtension documentation disappearing after hot-reload

This commit is contained in:
David Snopek 2024-04-24 16:40:18 -05:00
parent 780e1a5040
commit 52324ebbb3

View file

@ -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() {