[Libreoffice-commits] core.git: vcl/source
Andras Timar
andras.timar at collabora.com
Fri Jun 19 07:26:17 PDT 2015
vcl/source/control/fixed.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c7658a1efd3ce9158ff9db1dd30b681d24462b51
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
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 303b165..bdbff17 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