Commit 816da0ad authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

добавил функцию _onEndAddFormatTable для бага http://bugzserver/show_bug.cgi?id=26772

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58625 954022d7-b5bf-4e40-9824-e11837661b57
parent a65a17b7
...@@ -2624,7 +2624,7 @@ ...@@ -2624,7 +2624,7 @@
nextCell = this._getCell(col + 1, row); nextCell = this._getCell(col + 1, row);
bg = null !== nextCell ? nextCell.getFill() : null; bg = null !== nextCell ? nextCell.getFill() : null;
if (bg !== null) {continue;} if (bg !== null) {continue;}
ctx.fillRect( ctx.fillRect(
this.cols[col].left + this.cols[col].width - offsetX - this.width_1px, this.cols[col].left + this.cols[col].width - offsetX - this.width_1px,
this.rows[row].top - offsetY, this.rows[row].top - offsetY,
...@@ -10771,6 +10771,11 @@ ...@@ -10771,6 +10771,11 @@
this._isLockedAll (onChangeAutoFilterCallback); this._isLockedAll (onChangeAutoFilterCallback);
}; };
// При добавлении форматированной таблицы расширяем, автоподбор по названию столбца
WorksheetView.prototype._onEndAddFormatTable = function () {
};
WorksheetView.prototype._loadFonts = function (fonts, callback) { WorksheetView.prototype._loadFonts = function (fonts, callback) {
var api = window["Asc"]["editor"]; var api = window["Asc"]["editor"];
api._loadFonts(fonts, callback); api._loadFonts(fonts, callback);
......
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