From 110d6832a88a3ebca0b0d4c3d996e545c2f5e1f1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 Aug 2017 21:22:17 +1000 Subject: Fix typo in 2d-cage manipulator --- .../editors/manipulator_library/manipulator_types/cage2d_manipulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/manipulator_library') 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]) { -- cgit v1.2.3