You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #83695 from YuriSizov/core-lock-and-key
Improve threading in ClassDB and EditorHelp
This commit is contained in:
@@ -576,6 +576,10 @@ void EditorNode::update_preview_themes(int p_mode) {
|
||||
|
||||
void EditorNode::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_POSTINITIALIZE: {
|
||||
EditorHelp::generate_doc();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_PROCESS: {
|
||||
if (opening_prev && !confirmation->is_visible()) {
|
||||
opening_prev = false;
|
||||
@@ -6761,7 +6765,6 @@ EditorNode::EditorNode() {
|
||||
DisplayServer::get_singleton()->cursor_set_custom_image(Ref<Resource>());
|
||||
}
|
||||
|
||||
EditorHelp::generate_doc();
|
||||
SceneState::set_disable_placeholders(true);
|
||||
ResourceLoader::clear_translation_remaps(); // Using no remaps if in editor.
|
||||
ResourceLoader::clear_path_remaps();
|
||||
|
||||
Reference in New Issue
Block a user