We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fe10f71 commit 96fd29bCopy full SHA for 96fd29b
src/app/qgswmssourceselect.cpp
@@ -527,7 +527,7 @@ void QgsWMSSourceSelect::enableLayersForCrs( QTreeWidgetItem *item )
527
if ( !layerName.isEmpty() && styleName.isEmpty() )
528
{
529
// layer
530
- bool disable = !item->data( 0, Qt::UserRole + 1 ).toStringList().contains( mCRS );
+ bool disable = !item->data( 0, Qt::UserRole + 2 ).toStringList().contains( mCRS );
531
532
item->setDisabled( disable );
533
0 commit comments