Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update field names when vector layer properties are applied
  • Loading branch information
minorua committed Jan 9, 2013
1 parent c67fb81 commit 2c1db1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -449,6 +449,7 @@ void QgsVectorLayerProperties::apply()
if ( layer->dataProvider()->capabilities() & QgsVectorDataProvider::SetEncoding )
{
layer->dataProvider()->setEncoding( cboProviderEncoding->currentText() );
layer->updateFieldMap();
}
}

Expand Down

0 comments on commit 2c1db1c

Please sign in to comment.