Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/view2d_ops.c
| Context not available. | |||||
| WM_cursor_modal_set(window, WM_CURSOR_EW_SCROLL); | WM_cursor_modal_set(window, WM_CURSOR_EW_SCROLL); | ||||
| } | } | ||||
| else { | else { | ||||
| WM_cursor_modal_set(window, WM_CURSOR_NSEW_SCROLL); | WM_cursor_modal_set(window, U.movement_cursor); | ||||
| } | } | ||||
| /* add temp handler */ | /* add temp handler */ | ||||
| Context not available. | |||||
| WM_cursor_modal_set(window, WM_CURSOR_EW_SCROLL); | WM_cursor_modal_set(window, WM_CURSOR_EW_SCROLL); | ||||
| } | } | ||||
| else { | else { | ||||
| WM_cursor_modal_set(window, WM_CURSOR_NSEW_SCROLL); | WM_cursor_modal_set(window, U.movement_cursor); | ||||
| } | } | ||||
| /* add temp handler */ | /* add temp handler */ | ||||
| Context not available. | |||||