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 e538921 commit c3d56b6Copy full SHA for c3d56b6
src/app/qgsvectorlayerproperties.cpp
@@ -1401,7 +1401,7 @@ void QgsVectorLayerProperties::on_pbnUpdateExtents_clicked()
1401
1402
void QgsVectorLayerProperties::on_tabWidget_currentChanged( int index )
1403
{
1404
- if ( index != 4 || mMetadataFilled )
+ if ( index != 6 || mMetadataFilled )
1405
return;
1406
1407
//set the metadata contents (which can be expensive)
0 commit comments