Skip to content
Permalink
Browse files
Fix the compilation
  • Loading branch information
wonder-sk committed May 15, 2011
1 parent b206196 commit d991f1d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -451,7 +451,7 @@ void QgsWMSSourceSelect::addClicked()
{
collectSelectedLayers( layers, styles );
crs = mCRS;
format = mFormats[ mImageFormatGroup->checkedId()];
format = mFormats[ mImageFormatGroup->checkedId()].format;

if ( mTileWidth->text().toInt() > 0 && mTileHeight->text().toInt() > 0 )
{

0 comments on commit d991f1d

Please sign in to comment.