Avmedia: Change a background to the black color.
Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f
This commit is contained in:
@@ -373,7 +373,7 @@ void MediaWindowImpl::Paint( const Rectangle& )
|
|||||||
if( pLogo && !pLogo->IsEmpty() && ( aVideoRect.GetWidth() > 0 ) && ( aVideoRect.GetHeight() > 0 ) )
|
if( pLogo && !pLogo->IsEmpty() && ( aVideoRect.GetWidth() > 0 ) && ( aVideoRect.GetHeight() > 0 ) )
|
||||||
{
|
{
|
||||||
Size aLogoSize( pLogo->GetSizePixel() );
|
Size aLogoSize( pLogo->GetSizePixel() );
|
||||||
const Color aBackgroundColor( 67, 67, 67 );
|
const Color aBackgroundColor( 0, 0, 0 );
|
||||||
|
|
||||||
SetLineColor( aBackgroundColor );
|
SetLineColor( aBackgroundColor );
|
||||||
SetFillColor( aBackgroundColor );
|
SetFillColor( aBackgroundColor );
|
||||||
|
Reference in New Issue
Block a user