Skip to content

Commit f0dd7fd

Browse files
committedOct 17, 2016
Restore layer variables from QML
Fix #14452
1 parent 1f1898d commit f0dd7fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsvectorlayer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,8 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage
19941994

19951995
mConditionalStyles->readXml( node );
19961996

1997+
readCustomProperties( node );
1998+
19971999
return true;
19982000
}
19992001

2 commit comments

Comments
 (2)

nyalldawson commented on Oct 18, 2016

@nyalldawson
Collaborator

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

m-kuhn commented on Oct 18, 2016

@m-kuhn
MemberAuthor

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

Please sign in to comment.