Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
ligan
/
DocX
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixed MagicText (differented formats were not returned properly, because FormattedText was always compared to itself). Fix provided by Carko
master
MadBoy_cp
13 anos atrás
pai
56987a533c
commit
b3946661dd
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
DocX/FormattedText.cs
+ 1
- 1
DocX/FormattedText.cs
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar