Commit f3089df8 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

в случае, когда меняем стиль у форматированной таблицы, не показываем диалоговое окно

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48364 954022d7-b5bf-4e40-9824-e11837661b57
parent f3d3c6e9
......@@ -1828,6 +1828,10 @@
}
}
return false;//к данному диапазону не применены форматированные таблицы и конфликтов с другими фильтрами нет*/
var alreadyAddFilter = this._searchFilters(activeCells,false,ws,aWs);
//в случае если меняем стиль фильтра
if((alreadyAddFilter && alreadyAddFilter.changeStyle) ||(alreadyAddFilter && !alreadyAddFilter.containsFilter && !alreadyAddFilter.all))
return false;
var isTitle = this._isAddNameColumn(ws, activeCells);
objOptions.asc_setIsTitle(isTitle);
......
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