uifw/ganes/src/HgVgLabel.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 9 aabf2c525e0f
child 23 3d340a0166ff
--- 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