Kaydet (Commit) 3c60431f authored tarafından Michael Meeks's avatar Michael Meeks

gallery: make transparency backgrounds look more attractive.

Change-Id: Id9bd1905f7608c54861ff3931e56b94afc5688ba
üst c6238797
...@@ -380,8 +380,8 @@ void GalleryIconView::UserDraw( const UserDrawEvent& rUDEvt ) ...@@ -380,8 +380,8 @@ void GalleryIconView::UserDraw( const UserDrawEvent& rUDEvt )
if(bTransparent) if(bTransparent)
{ {
// draw checkered background // draw checkered background for full rectangle.
drawCheckered(*pDev, aPos, aSize); drawCheckered(*pDev, rRect.TopLeft(), rRect.GetSize());
} }
aGraphic.Draw( pDev, aPos, aSize ); aGraphic.Draw( pDev, aPos, aSize );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment