diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/ganes/src/HgVgLabel.cpp --- a/uifw/ganes/src/HgVgLabel.cpp Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/ganes/src/HgVgLabel.cpp Mon Mar 15 12:41:34 2010 +0200 @@ -155,7 +155,7 @@ shadowColor.SetAlpha(255.0f * aAlpha); //HgVgHelper::DrawImageColorized(iTextImage, shadowColor, iRect.iTl+TPoint(1,1), aWindowRect); - HgVgHelper::DrawImageColorized(iTextImage, color, iRect.iTl, aWindowRect); + HgVgHelper::DrawImageColorized(iTextImage, color, iRect.iTl, aWindowRect, EFalse, iLandscape); } // ----------------------------------------------------------------------------- @@ -200,6 +200,10 @@ Draw(aClientRect, 1.0f); } +void CHgVgLabel::EnableLandscapeRendering(TBool enabled) +{ + iLandscape = enabled; +} // End of File