Skip to content

Commit

Permalink
Fix offline editing (#3620)
Browse files Browse the repository at this point in the history
We cannot just restore all layer properties, offline editing relies on some not
being copied.
  • Loading branch information
m-kuhn authored Oct 18, 2016
1 parent fb78285 commit 321017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage

mConditionalStyles->readXml( node );

readCustomProperties( node );
readCustomProperties( node, "variable" );

return true;
}
Expand Down

0 comments on commit 321017f

Please sign in to comment.