Commit deb888e5 authored by GoshaZotov's avatar GoshaZotov

fix bug 32481 - Активация любого из чекбоксов настроек форматированной таблицы...

fix bug 32481 - Активация любого из чекбоксов настроек форматированной таблицы возвращает частично очищенное при помощи Clear Format форматирование
parent 4147d660
...@@ -1153,15 +1153,8 @@ ...@@ -1153,15 +1153,8 @@
selectedTableParts = this._searchFiltersInRange(range, true); selectedTableParts = this._searchFiltersInRange(range, true);
if(selectedTableParts && selectedTableParts.length) if(selectedTableParts && selectedTableParts.length)
deleteFormatCallBack();
else
{ {
//TODO сделать так, чтобы табличный стиль без таблицы не переносился. если делаем move из ф/т, копируем стиль таблицы из tableXfs в xfs deleteFormatCallBack();
History.Create_NewPoint();
History.StartTransaction();
this._cleanStyleTable(range);
t._addHistoryObj(null, AscCH.historyitem_AutoFilter_CleanFormat, {activeCells: range});
History.EndTransaction();
} }
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment