Fix too dense timeline grid spacing
The default spacing changed when this started using the user preferences, this makes it work more similar to before that.
This commit is contained in:
@@ -114,6 +114,9 @@ void BLO_update_defaults_userpref_blend(void)
|
||||
|
||||
/* Default to left click select. */
|
||||
BKE_keyconfig_pref_set_select_mouse(&U, 0, true);
|
||||
|
||||
/* Increase a little for new scrubbing area. */
|
||||
U.v2d_min_gridsize = 45;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user