Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 1, 2018
1 parent 32f3198 commit 0d73805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsbrowserdockwidget_p.cpp
Expand Up @@ -191,8 +191,8 @@ void QgsBrowserLayerProperties::setItem( QgsDataItem *item )
{
bool ok = false;
layer->loadDefaultMetadata( ok );
layerCrs = mLayer->crs();
layerMetadata = mLayer->htmlMetadata();
layerCrs = layer->crs();
layerMetadata = layer->htmlMetadata();
}

QString myStyle = QgsApplication::reportStyleSheet();
Expand Down

0 comments on commit 0d73805

Please sign in to comment.