Commit 8d5b5093 authored by Alexander.Trofimov's avatar Alexander.Trofimov

При входе в редактор делался лишний drawSelection

Правка для цветов (при входе в ячейку с заливкой на редактирование)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52048 954022d7-b5bf-4e40-9824-e11837661b57
parent fb6f9766
......@@ -3702,9 +3702,6 @@
}
}
var oFontColor = c.getFontcolor();
if(null != oFontColor)
oFontColor = oFontColor.getRgb();
var rowInfo = this.rows[row];
var rowHeight = rowInfo.height;
var textBound = {};
......@@ -9111,9 +9108,6 @@
}
bg = c.getFill();
if(null != bg)
bg = bg.getRgb();
t.isFormulaEditMode = false;
// Очищаем массив ячеек для текущей формулы
t.arrActiveFormulaRanges = [];
......@@ -9145,8 +9139,6 @@
return t._saveCellValueAfterEdit(oCellEdit, c, val, flags, skipNLCheck, /*isNotHistory*/false);
}
});
// для отрисовки ранджей формулы
t._drawSelection();
return 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