Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_paint.c
| Context not available. | |||||
| /* special mode for editing control points */ | /* special mode for editing control points */ | ||||
| if (p->paintmode == GP_PAINTMODE_SET_CP) { | if (p->paintmode == GP_PAINTMODE_SET_CP) { | ||||
| wmWindow *win = p->win; | wmWindow *win = p->win; | ||||
| WM_cursor_modal_set(win, WM_CURSOR_NSEW_SCROLL); | WM_cursor_modal_set(win, U.movement_cursor); | ||||
| bool drawmode = false; | bool drawmode = false; | ||||
| switch (event->type) { | switch (event->type) { | ||||
| Context not available. | |||||