Kaydet (Commit) 929954e0 authored tarafından Mark Hung's avatar Mark Hung Kaydeden (comit) Norbert Thiebaud

Fix tdf#36884 10n character does not rotate 270 degree

Change-Id: Ife1b85cc55e4e0f4d0be84bbcdfc93104160f271
Reviewed-on: https://gerrit.libreoffice.org/17470Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst 2238bb47
...@@ -432,7 +432,7 @@ void SwFont::SetVertical( sal_uInt16 nDir, const bool bVertFormat ) ...@@ -432,7 +432,7 @@ void SwFont::SetVertical( sal_uInt16 nDir, const bool bVertFormat )
{ {
bFntChg = true; bFntChg = true;
aSub[0].SetVertical( nDir, bVertFormat ); aSub[0].SetVertical( nDir, bVertFormat );
aSub[1].SetVertical( nDir, bVertFormat || nDir > 1000 ); aSub[1].SetVertical( nDir, bVertFormat );
aSub[2].SetVertical( nDir, bVertFormat ); aSub[2].SetVertical( nDir, bVertFormat );
} }
} }
......
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