You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Script editor help: Prevent loading empty instances from layout
(cherry picked from commit 71f6c96288)
This commit is contained in:
@@ -2317,6 +2317,9 @@ void ScriptEditor::set_window_layout(Ref<ConfigFile> p_layout) {
|
||||
for (int i = 0; i < helps.size(); i++) {
|
||||
|
||||
String path = helps[i];
|
||||
if (path == "") { // invalid, skip
|
||||
continue;
|
||||
}
|
||||
_help_class_open(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user