Skip to content

Commit c3d56b6

Browse files
committedSep 3, 2012
fix loading vector metadata
1 parent e538921 commit c3d56b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ void QgsVectorLayerProperties::on_pbnUpdateExtents_clicked()
14011401

14021402
void QgsVectorLayerProperties::on_tabWidget_currentChanged( int index )
14031403
{
1404-
if ( index != 4 || mMetadataFilled )
1404+
if ( index != 6 || mMetadataFilled )
14051405
return;
14061406

14071407
//set the metadata contents (which can be expensive)

0 commit comments

Comments
 (0)
Please sign in to comment.