Commit 515ffdea authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #29195

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62166 954022d7-b5bf-4e40-9824-e11837661b57
parent 04db582b
......@@ -7054,6 +7054,9 @@
if (true === isSuccess)
oTmpRange.promoteFromTo(from, to);
t.expandColsOnScroll(false, true, to.c2 + 1);
t.expandRowsOnScroll(false, true, to.r2 + 1);
// Сбрасываем параметры
t._updateCellsRange(to, /*canChangeColWidth*/c_oAscCanChangeColWidth.none, /*lockDraw*/true);
if (c_oAscFormatPainterState.kMultiple !== t.stateFormatPainter)
......
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