Commit 15eb962d authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

khaJustify - wrap всегда true

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49640 954022d7-b5bf-4e40-9824-e11837661b57
parent c3d74820
...@@ -5744,7 +5744,7 @@ ...@@ -5744,7 +5744,7 @@
cell_info.flags = new asc_CCellFlag(); cell_info.flags = new asc_CCellFlag();
cell_info.flags.merge = !!this._getMergedCellsRange(c1, r1); cell_info.flags.merge = !!this._getMergedCellsRange(c1, r1);
cell_info.flags.shrinkToFit = c.getShrinkToFit(); cell_info.flags.shrinkToFit = c.getShrinkToFit();
cell_info.flags.wrapText = c.getWrap(); cell_info.flags.wrapText = (khaJustify === cell_info.halign) ? true : c.getWrap(); // Для khaJustify - всегда true
var graphicObjects = this.objectRender.getSelectedGraphicObjects(); var graphicObjects = this.objectRender.getSelectedGraphicObjects();
if ( graphicObjects.length == 1 ) if ( graphicObjects.length == 1 )
......
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