mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #7690
This commit is contained in:
parent
7f903ee63a
commit
17613e81c5
@ -45,8 +45,6 @@ QgsWmtsDimensions::QgsWmtsDimensions( const QgsWmtsTileLayer &layer, QWidget *pa
|
|||||||
int idx = cb->findText( d.defaultValue );
|
int idx = cb->findText( d.defaultValue );
|
||||||
cb->setCurrentIndex( idx < 0 ? 0 : idx );
|
cb->setCurrentIndex( idx < 0 ? 0 : idx );
|
||||||
mDimensions->setCellWidget( i, 4, cb );
|
mDimensions->setCellWidget( i, 4, cb );
|
||||||
|
|
||||||
i++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QSettings settings;
|
QSettings settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user