Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ligan
/
DocX
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fixed MagicText (differented formats were not returned properly, because FormattedText was always compared to itself). Fix provided by Carko
master
MadBoy_cp
hace 13 años
padre
56987a533c
commit
b3946661dd
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
DocX/FormattedText.cs
+ 1
- 1
DocX/FormattedText.cs
Ver fichero
@@ -19,7 +19,7 @@ namespace Novacode
public int CompareTo(object obj)
{
FormattedText other = (FormattedText)obj;
FormattedText tf =
(FormattedText)obj
;
FormattedText tf =
this
;
if (other.formatting == null || tf.formatting == null)
return -1;
Escribir
Vista previa
Cargando…
Cancelar
Guardar