Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_action/action_edit.c')
-rw-r--r--source/blender/editors/space_action/action_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c
index 17f1dfc0714..b8c310f8477 100644
--- a/source/blender/editors/space_action/action_edit.c
+++ b/source/blender/editors/space_action/action_edit.c
@@ -355,8 +355,8 @@ static int actkeys_viewall(bContext *C, const short onlySel)
v2d->cur.xmax += extra;
/* set vertical range */
- v2d->cur.ymax= 0.0f;
- v2d->cur.ymin= (float)-(v2d->mask.ymax - v2d->mask.ymin);
+ v2d->cur.ymax = 0.0f;
+ v2d->cur.ymin = (float)-(v2d->mask.ymax - v2d->mask.ymin);
/* do View2D syncing */
UI_view2d_sync(CTX_wm_screen(C), CTX_wm_area(C), v2d, V2D_LOCK_COPY);