Commit fe54519c authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51013 954022d7-b5bf-4e40-9824-e11837661b57
parent 14ea772c
No related merge requests found
......@@ -3664,6 +3664,13 @@ function DrawingObjects() {
var _range = convertFormula(graphicObject.chart.range.interval, worksheet);
if ( _range )
graphicObject.chart.range.intervalObject = _range;
while ( worksheet.cols.length < _range.bbox.c2 ) {
worksheet.expandColsOnScroll(true);
}
while ( worksheet.rows.length < _range.bbox.r2 ) {
worksheet.expandRowsOnScroll(true);
}
}
}
......
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