There was an error while loading. Please reload this page.
2 parents 45a9806 + 24349dd commit 2d2925fCopy full SHA for 2d2925f
1 file changed
editor/settings/editor_settings_dialog.cpp
@@ -93,6 +93,9 @@ void EditorSettingsDialog::_settings_property_edited() {
93
} else if (full_name == "editors/3d/navigation/navigation_scheme") {
94
update_3d_navigation_preset();
95
_update_shortcuts();
96
+ } else if (full_name == "interface/editor/appearance/custom_display_scale") {
97
+ // The "Custom" display scale is index 7 in the setting's enum hint.
98
+ EditorSettings::get_singleton()->set_manually("interface/editor/appearance/display_scale", 7);
99
}
100
101
0 commit comments