Skip to content

Commit

Permalink
Restore layer variables from QML
Browse files Browse the repository at this point in the history
Fix #14452
  • Loading branch information
m-kuhn committed Oct 17, 2016
1 parent 1f1898d commit f0dd7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -1994,6 +1994,8 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage

mConditionalStyles->readXml( node );

readCustomProperties( node );

return true;
}

Expand Down

2 comments on commit f0dd7fd

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn are the test failures since this commit just that flaky test playing up again, or something real?

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on f0dd7fd Oct 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking into it right now. First feeling was unreliable test, but meanwhile I think they are real.

Please sign in to comment.