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:
commit
5f23b8b916
3 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue