Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_edit.c
| Context not available. | |||||
| if (sa) { | if (sa) { | ||||
| if (az->type == AZONE_AREA) { | if (az->type == AZONE_AREA) { | ||||
| WM_cursor_set(win, WM_CURSOR_EDIT); | WM_cursor_set(win, U.precision_cursor); | ||||
| } | } | ||||
| else if (az->type == AZONE_REGION) { | else if (az->type == AZONE_REGION) { | ||||
| if (az->edge == AE_LEFT_TO_TOPRIGHT || az->edge == AE_RIGHT_TO_TOPLEFT) { | if (az->edge == AE_LEFT_TO_TOPRIGHT || az->edge == AE_RIGHT_TO_TOPLEFT) { | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| WM_cursor_set(win, WM_CURSOR_DEFAULT); | WM_cursor_set(win, U.select_cursor); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||