Commit 04000ff3 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 26738 - После автоподбора высоты ячейки ее нельзя изменить через контекстное меню

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58555 954022d7-b5bf-4e40-9824-e11837661b57
parent cb05a5b4
...@@ -2904,7 +2904,7 @@ Woorksheet.prototype.setRowHeight=function(height, start, stop){ ...@@ -2904,7 +2904,7 @@ Woorksheet.prototype.setRowHeight=function(height, start, stop){
History.SetSelectionRedo(oSelection); History.SetSelectionRedo(oSelection);
} }
var fProcessRow = function(row){ var fProcessRow = function(row){
if(row && row.h != height) if(row)
{ {
var oOldProps = row.getHeightProp(); var oOldProps = row.getHeightProp();
row.h = height; row.h = height;
......
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