Commit 4a0cd357 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 31633

parent 543db2ae
...@@ -743,6 +743,7 @@ ...@@ -743,6 +743,7 @@
if ( this.textFlags.textAlign === AscCommon.align_Justify || this.isFormula() ) { if ( this.textFlags.textAlign === AscCommon.align_Justify || this.isFormula() ) {
this.textFlags.textAlign = AscCommon.align_Left; this.textFlags.textAlign = AscCommon.align_Left;
} }
this.textFlags.shrinkToFit = false;
this._cleanFragments( opt.fragments ); this._cleanFragments( opt.fragments );
this.textRender.setString( opt.fragments, this.textFlags ); this.textRender.setString( opt.fragments, this.textFlags );
......
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