Add missing properties to mesh select_all operator

This commit is contained in:
2011-12-01 14:12:43 +00:00
parent 56da69fd03
commit 6bdd65ca73

View File

@@ -685,6 +685,8 @@ void MESH_OT_select_all(wmOperatorType *ot)
/* flags */
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
WM_operator_properties_select_all(ot);
}
/* *************** add-click-mesh (extrude) operator ************** */