Commit f41a6fef authored by Alexander.Trofimov's avatar Alexander.Trofimov

oldW -> moveWidth

Поправил баг http://bugzserver/show_bug.cgi?id=24893

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56851 954022d7-b5bf-4e40-9824-e11837661b57
parent 326cbda8
...@@ -5368,7 +5368,7 @@ ...@@ -5368,7 +5368,7 @@
this.objectRender.setScrollOffset(); this.objectRender.setScrollOffset();
var moveWidth = oldW - lastColWidth; var moveWidth = oldW - lastColWidth;
if (oldW > 0) { if (moveWidth > 0) {
ctx.drawImage(ctx.getCanvas(), x, y, moveWidth, ctxH, x - dx, y, moveWidth, ctxH); ctx.drawImage(ctx.getCanvas(), x, y, moveWidth, ctxH, x - dx, y, moveWidth, ctxH);
this.drawingGraphicCtx.moveImageData(x, y, moveWidth, ctxH, x - dx, y); this.drawingGraphicCtx.moveImageData(x, y, moveWidth, ctxH, x - dx, y);
} else { } else {
......
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