Avmedia: Change a background to the black color.

Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f
This commit is contained in:
Minh Ngo
2013-09-20 15:30:08 +03:00
parent f77085ce58
commit ccea730aef

View File

@@ -373,7 +373,7 @@ void MediaWindowImpl::Paint( const Rectangle& )
if( pLogo && !pLogo->IsEmpty() && ( aVideoRect.GetWidth() > 0 ) && ( aVideoRect.GetHeight() > 0 ) )
{
Size aLogoSize( pLogo->GetSizePixel() );
const Color aBackgroundColor( 67, 67, 67 );
const Color aBackgroundColor( 0, 0, 0 );
SetLineColor( aBackgroundColor );
SetFillColor( aBackgroundColor );