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/space.c')
-rw-r--r--source/blender/src/space.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 624b19ffff6..52e88f20fef 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -2375,9 +2375,10 @@ static void changeactionspace(ScrArea *sa, void *spacedata)
{
if(G.v2d==0) return;
- /* action space uses weird matrices... local calculated in a function */
+ /* this sets the sub-areas correct, for scrollbars */
+ test_view2d(G.v2d, curarea->winx, curarea->winy);
- // test_view2d(G.v2d, curarea->winx, curarea->winy);
+ /* action space uses weird matrices... local calculated in a function */
// myortho2(G.v2d->cur.xmin, G.v2d->cur.xmax, G.v2d->cur.ymin, G.v2d->cur.ymax);
}