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

Добавил проверку на принятие изменений (в этот момент не нужно отрисовывать)

Баг http://bugzserver/show_bug.cgi?id=26668

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58496 954022d7-b5bf-4e40-9824-e11837661b57
parent 401efda7
...@@ -1805,7 +1805,8 @@ ...@@ -1805,7 +1805,8 @@
// ----- Drawing ----- // ----- Drawing -----
WorksheetView.prototype.draw = function (lockDraw) { WorksheetView.prototype.draw = function (lockDraw) {
if( lockDraw ) return this; if (lockDraw || this.model.workbook.bCollaborativeChanges)
return this;
this._clean(); this._clean();
this._drawCorner(); this._drawCorner();
this._drawColumnHeaders(/*drawingCtx*/ undefined); this._drawColumnHeaders(/*drawingCtx*/ undefined);
......
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