Commit 4068ef89 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug #27140

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59127 954022d7-b5bf-4e40-9824-e11837661b57
parent de523383
......@@ -5262,7 +5262,7 @@
// draw last column
var r1_ = dy > 0 ? vr.r1 : r2 + 1;
var r2_ = dy > 0 ? r1 - 1 : vr.r2;
var r_ = new asc_Range(c2, r1_, c2, r2_);
var r_ = new asc_Range(vr.c1, r1_, vr.c2, r2_);
if (r2_ >= r1_) {
this._drawGrid(/*drawingCtx*/ undefined, r_);
this._drawCellsAndBorders(/*drawingCtx*/undefined, r_);
......
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