UI: disable register for grease pencil select

Avoid showing in redo panel
This commit is contained in:
2018-09-11 07:20:27 +10:00
parent 207483dbfe
commit 06ae3d3573

View File

@@ -1402,7 +1402,7 @@ void GPENCIL_OT_select(wmOperatorType *ot)
ot->poll = gpencil_select_poll;
/* flag */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO | OPTYPE_USE_EVAL_DATA;
ot->flag = OPTYPE_UNDO | OPTYPE_USE_EVAL_DATA;
/* properties */
WM_operator_properties_mouse_select(ot);