[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source
Andras Timar
andras.timar at collabora.com
Fri Jun 19 07:28:07 PDT 2015
vcl/source/control/fixed.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbf61deb87dad3868c3a65279daf540a870ff2b4
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Jun 19 16:25:40 2015 +0200
tdf#91467 FixedText vertical orientation restored
Change-Id: Ic4b74d769ee4370c5182c9921483c7ec0b2c7a94
(cherry picked from commit c7658a1efd3ce9158ff9db1dd30b681d24462b51)
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 57741fb..4851085 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -546,7 +546,7 @@ void FixedLine::ImplDraw(vcl::RenderContext& rRenderContext, bool bLayout)
long nWidth = rRenderContext.GetTextWidth(aText);
rRenderContext.Push(PushFlags::FONT);
vcl::Font aFont(rRenderContext.GetFont());
- aFont.SetOrientation(00);
+ aFont.SetOrientation(900);
SetFont(aFont);
Point aStartPt(aOutSize.Width() / 2, aOutSize.Height() - 1);
if (nWinStyle & WB_VCENTER)
More information about the Libreoffice-commits
mailing list