Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
ligan
/
DocX
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Fixed MagicText (differented formats were not returned properly, because FormattedText was always compared to itself). Fix provided by Carko
master
MadBoy_cp
13 лет назад
Родитель
56987a533c
Сommit
b3946661dd
1 измененных файлов
:
1 добавлений
и
1 удалений
Разделённый вид
Показать статистику Diff
1
1
DocX/FormattedText.cs
+ 1
- 1
DocX/FormattedText.cs
Просмотреть файл
@@ -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;
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить