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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-01 14:22:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-01 14:22:17 +0300
commit110d6832a88a3ebca0b0d4c3d996e545c2f5e1f1 (patch)
treeed66e5c2f328324b20b23b87eda3f0c06da95240 /source/blender/editors/manipulator_library
parent6341380fbf4662aec115d23a04171dbc35ac1b0c (diff)
Fix typo in 2d-cage manipulator
Diffstat (limited to 'source/blender/editors/manipulator_library')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c
index 75af5227510..c3e42c74488 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c
@@ -293,7 +293,7 @@ static int manipulator_rect_transform_test_select(
}
else {
point_local[0] /= scale[0];
- point_local[1] /= scale[0];
+ point_local[1] /= scale[1];
}
if (dims[0] > dims[1]) {