diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/ganes/src/HgVgScrollBar.cpp --- a/uifw/ganes/src/HgVgScrollBar.cpp Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/ganes/src/HgVgScrollBar.cpp Mon Mar 15 12:41:34 2010 +0200 @@ -169,7 +169,7 @@ const TSize& /*aSize*/, const TRect& aWindowRect, TReal aAlpha) const { TRgb color(255, 255, 255, aAlpha * 255.0f); - HgVgHelper::DrawImageColorized(aImage, color, aPosition, aWindowRect, EFalse); + HgVgHelper::DrawImageColorized(aImage, color, aPosition, aWindowRect, EFalse, iLandscape); } TBool CHgVgScrollBar::IsEnabled() const @@ -195,6 +195,10 @@ iScrollbar->InitScrollBarL(aScrollbarRect, aTotalSize, aViewSize, aLandscapeScrolling); } +void CHgVgScrollBar::EnableLandscapeRendering(TBool aEnabled) +{ + iLandscape = aEnabled; +} // End of File