Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
followup r13529
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13533 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 20, 2010
1 parent d550f70 commit de91e7e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -561,15 +561,7 @@ void QgsVectorLayerProperties::apply()
{
// set the subset sql for the layer
layer->setSubsetString( txtSubsetSQL->toPlainText() );

// update the metadata with the updated sql subset
QString myStyle = QgsApplication::reportStyleSheet();
teMetadata->clear();
teMetadata->document()->setDefaultStyleSheet( myStyle );
teMetadata->setHtml( metadata() );

// update the extents of the layer (fetched from the provider)
layer->updateExtents();
mMetadataFilled = false;
}

// set up the scale based layer visibility stuff....
Expand Down

0 comments on commit de91e7e

Please sign in to comment.