Commit bf0ef9a6 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При отрисовке диапазона для выбора автофильтра были проблемы с невидимым...

При отрисовке диапазона для выбора автофильтра были проблемы с невидимым select-ом (баг http://bugzserver/show_bug.cgi?id=21603)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51039 954022d7-b5bf-4e40-9824-e11837661b57
parent de0cd915
......@@ -2729,8 +2729,8 @@
_drawSelectionRange: function (range) {
if ( asc["editor"].isStartAddShape || this.objectRender.selectedGraphicObjectsExists() ) {
if ( this.isChartAreaEditMode ) {
if (asc["editor"].isStartAddShape || this.objectRender.selectedGraphicObjectsExists()) {
if (this.isChartAreaEditMode) {
this._drawFormulaRange(this.arrActiveChartsRanges)
}
return;
......@@ -2762,6 +2762,9 @@
if (!range && !aFHIntersection && !this.isFormulaEditMode && !this.activeMoveRange && !this.isChartAreaEditMode) {
this._drawActiveHeaders();
if (this.isSelectionDialogMode) {
this._drawSelectRange(this.activeRange.clone(true));
}
return;
}
......
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