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/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index bd14a933d42..216309ceb94 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -147,7 +147,9 @@ void do_action_buttons(unsigned short event)
G.v2d->cur.xmax= 100;
}
}
-
+ G.v2d->cur.ymin= 0.0f;
+ G.v2d->cur.ymax= 1000.0f;
+
G.v2d->tot= G.v2d->cur;
test_view2d(G.v2d, curarea->winx, curarea->winy);