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>2018-04-28 10:14:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-28 10:14:02 +0300
commit159a7e8b380a4d3fdea93fa87969da2ac9d18ab2 (patch)
tree3a3fba8f4d9f7a01e3fd94f92da18e9b0bb7755a /source/blender/editors/transform/transform_input.c
parent617534327ad48583b2688997f59a998824df20af (diff)
UI: replace transform hand icon w/ 4 arrows
The hand doesn't have a hotspot which you might want using manipulators
Diffstat (limited to 'source/blender/editors/transform/transform_input.c')
-rw-r--r--source/blender/editors/transform/transform_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_input.c b/source/blender/editors/transform/transform_input.c
index 6fe152c8f03..db761e5e23a 100644
--- a/source/blender/editors/transform/transform_input.c
+++ b/source/blender/editors/transform/transform_input.c
@@ -351,7 +351,7 @@ void initMouseInputMode(TransInfo *t, MouseInput *mi, MouseInputMode mode)
case HLP_NONE:
/* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */
if (t->flag & T_MODAL) {
- WM_cursor_set(win, BC_HANDCURSOR);
+ WM_cursor_set(win, BC_NSEW_SCROLLCURSOR);
}
break;
case HLP_SPRING: