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-10-04 10:07:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-04 10:07:05 +0300
commit935b18ec7563ff9bfc78300972bd0a8673aac8ee (patch)
tree70b4cb64cfe6e27b196f6cc89cab950a7b8c84de /source/blender/editors/mask
parentb7aeadcaa9c839be95023ee29d198abd3447fcc3 (diff)
UV: support setting the cursor w/ non-cursor tools
Diffstat (limited to 'source/blender/editors/mask')
-rw-r--r--source/blender/editors/mask/mask_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_edit.c b/source/blender/editors/mask/mask_edit.c
index 1d815277ed4..19861a75e4e 100644
--- a/source/blender/editors/mask/mask_edit.c
+++ b/source/blender/editors/mask/mask_edit.c
@@ -615,7 +615,7 @@ void ED_keymap_mask(wmKeyConfig *keyconf)
WM_keymap_add_item(keymap, "MASK_OT_paste_splines", VKEY, KM_PRESS, KM_CTRL, 0);
/* for image editor only */
- WM_keymap_add_item(keymap, "UV_OT_cursor_set", ACTIONMOUSE, KM_PRESS, 0, 0);
+ WM_keymap_add_item(keymap, "UV_OT_cursor_set", ACTIONMOUSE, KM_CLICK, 0, 0);
/* Transform (don't use transform_keymap_for_space() since this maps to different spaces) */
WM_keymap_add_item(keymap, "TRANSFORM_OT_translate", GKEY, KM_PRESS, 0, 0);