mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
Merge pull request #78451 from alula/integer-zoom
Add option to swap default Alt+scroll zooming behavior in 2D editor
This commit is contained in:
@@ -688,6 +688,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
_initial_set("editors/2d/bone_outline_color", Color(0.35, 0.35, 0.35, 0.5));
|
||||
_initial_set("editors/2d/bone_outline_size", 2);
|
||||
_initial_set("editors/2d/viewport_border_color", Color(0.4, 0.4, 1.0, 0.4));
|
||||
_initial_set("editors/2d/use_integer_zoom_by_default", false);
|
||||
|
||||
// Panning
|
||||
// Enum should be in sync with ControlScheme in ViewPanner.
|
||||
|
||||
Reference in New Issue
Block a user