vcl/source/control/fixed.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cbf61deb87dad3868c3a65279daf540a870ff2b4 Author: Andras Timar <andras.ti...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits