diff options
author | louis <louis.braun@gmx.de> | 2013-02-17 11:57:44 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-17 11:57:44 +0100 |
commit | 498c2ad6c3e59784933960e3c7bb63c953f1a3d5 (patch) | |
tree | 816d805ba0a663ccfc60fe1a3545f49808db0a38 /displaymenuview.c | |
parent | 52bfe28fa343ad6624f2653cefef4b280e5a67f4 (diff) | |
download | skin-nopacity-498c2ad6c3e59784933960e3c7bb63c953f1a3d5.tar.gz skin-nopacity-498c2ad6c3e59784933960e3c7bb63c953f1a3d5.tar.bz2 |
Fixed a bug with cdplayer plugin, this plugin calls no clear before showing menu
Diffstat (limited to 'displaymenuview.c')
-rw-r--r-- | displaymenuview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymenuview.c b/displaymenuview.c index a9435dc..c31c780 100644 --- a/displaymenuview.c +++ b/displaymenuview.c @@ -459,6 +459,7 @@ void cNopacityDisplayMenuView::AdjustContentBackground(eMenuCategory menuCat, eM } osd->DestroyPixmap(pixmapScrollbar); pixmapScrollbar = osd->CreatePixmap(2, cRect(contentWidth , headerHeight + spaceMenu, widthScrollbar, osdHeight - headerHeight - footerHeight - 2*spaceMenu)); + pixmapScrollbar->Fill(clrTransparent); } void cNopacityDisplayMenuView::DrawHeaderLogo(void) { |