Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #7690
  • Loading branch information
jef-n committed Apr 24, 2013
1 parent 7f903ee commit 17613e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/wms/qgswmtsdimensions.cpp
Expand Up @@ -45,8 +45,6 @@ QgsWmtsDimensions::QgsWmtsDimensions( const QgsWmtsTileLayer &layer, QWidget *pa
int idx = cb->findText( d.defaultValue );
cb->setCurrentIndex( idx < 0 ? 0 : idx );
mDimensions->setCellWidget( i, 4, cb );

i++;
}

QSettings settings;
Expand Down

0 comments on commit 17613e8

Please sign in to comment.