Skip to content

Commit

Permalink
Fix loading of editor widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 20, 2017
1 parent 5a2bd5d commit f389cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -1817,6 +1817,8 @@ bool QgsVectorLayer::readSymbology( const QDomNode& layerNode, QString& errorMes
if ( mapLayerNode.attribute( QStringLiteral( "readOnly" ), QStringLiteral( "0" ) ).toInt() == 1 )
mReadOnly = true;

updateFields();

return true;
}

Expand Down

0 comments on commit f389cea

Please sign in to comment.