UI: disable register for insert text

Hides redo panel.
This commit is contained in:
Campbell Barton
2018-09-11 07:24:33 +10:00
parent 06ae3d3573
commit a1dda992c0

View File

@@ -1431,7 +1431,7 @@ void FONT_OT_text_insert(wmOperatorType *ot)
ot->poll = ED_operator_editfont;
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
ot->flag = OPTYPE_UNDO;
/* properties */
RNA_def_string(ot->srna, "text", NULL, 0, "Text", "Text to insert at the cursor position");