1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix missing setting error when starting the editor

This commit is contained in:
Haoyu Qiu
2025-10-27 10:02:30 +08:00
parent 0fdb93cde6
commit 256e2f00ba

View File

@@ -7897,6 +7897,8 @@ EditorNode::EditorNode() {
theme = EditorThemeManager::generate_theme();
DisplayServer::set_early_window_clear_color_override(true, theme->get_color(SNAME("background"), EditorStringName(Editor)));
EDITOR_DEF("_export_preset_advanced_mode", false); // Could be accessed in EditorExportPreset.
register_exporters();
ED_SHORTCUT("canvas_item_editor/pan_view", TTRC("Pan View"), Key::SPACE);