Commit b92645b5 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

updateSheetSettings->updateSheetViewSettings

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56109 954022d7-b5bf-4e40-9824-e11837661b57
parent 3ed85c7e
......@@ -499,7 +499,7 @@
"onRenameCellTextEnd" : function (countFind, countReplace) {self.handlers.trigger("asc_onRenameCellTextEnd", countFind, countReplace);},
"onStopFormatPainter" : function () {self.handlers.trigger("asc_onStopFormatPainter");},
"onDocumentPlaceChanged" : function () {self._onDocumentPlaceChanged();},
"updateSheetSettings" : function () {self.handlers.trigger("asc_onUpdateSheetSettings");}
"updateSheetViewSettings" : function () {self.handlers.trigger("asc_onUpdateSheetViewSettings");}
}, this.buffers, this.stringRender, this.maxDigitWidth, this.collaborativeEditing, opt);
};
......
......@@ -3195,7 +3195,7 @@
// Эвент на обновление
if (isUpdate)
this.handlers.trigger("updateSheetSettings");
this.handlers.trigger("updateSheetViewSettings");
};
/** */
......
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