Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and rldhont committed Dec 13, 2016
1 parent 711fd64 commit 4d08860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgswmsserver.cpp
Expand Up @@ -1964,7 +1964,7 @@ QImage* QgsWMSServer::createImage( int width, int height ) const

//background color
QString bgColorString = mParameters.value( "BGCOLOR" );
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) );
if ( bgColorString.startsWith( "0x", Qt::CaseInsensitive ) )
{
bgColorString.replace( 0, 2, "#" );
}
Expand Down

0 comments on commit 4d08860

Please sign in to comment.