Commit dd8b1623 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

fix: Bug 19791 - Не подсвечивается полный диапазон ячеек, задействованных в...

fix: Bug 19791 - Не подсвечивается полный диапазон ячеек, задействованных в формуле при редактировании

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49286 954022d7-b5bf-4e40-9824-e11837661b57
parent 82e7c4d5
......@@ -3025,7 +3025,7 @@
opt = this.settings,
offsetX = this.cols[this.visibleRange.c1].left - this.cellsLeft,
offsetY = this.rows[this.visibleRange.r1].top - this.cellsTop;
ctx.setLineWidth(1);
for (var i in arr) {
......@@ -5280,7 +5280,7 @@
}
var ar = fixedRange ? fixedRange : ((this.isFormulaEditMode) ?
t.arrActiveFormulaRanges[t.arrActiveFormulaRanges.length - 1] : t.activeRange);
t.arrActiveFormulaRanges[t.arrActiveFormulaRanges.length - 1].clone(true) : t.activeRange);
if( !ar ) { 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