Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_input.c
| Context not available. | |||||
| /* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */ | /* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */ | ||||
| if (t->flag & T_MODAL) { | if (t->flag & T_MODAL) { | ||||
| t->flag |= T_MODAL_CURSOR_SET; | t->flag |= T_MODAL_CURSOR_SET; | ||||
| WM_cursor_modal_set(win, WM_CURSOR_NSEW_SCROLL); | WM_cursor_modal_set(win, U.movement_cursor); | ||||
| } | } | ||||
| break; | break; | ||||
| case HLP_SPRING: | case HLP_SPRING: | ||||
| Context not available. | |||||