Skip to content

Commit

Permalink
fix initial state of layer order list on project load
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 27, 2011
1 parent 22677dc commit 29535eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/legend/qgslegend.cpp
Expand Up @@ -1403,6 +1403,7 @@ bool QgsLegend::readXML( QDomNode& legendnode )
clear(); //remove all items first
mEmbeddedGroups.clear();
mUpdateDrawingOrder = legendnode.toElement().attribute( "updateDrawingOrder", "true" ) == "true";
emit updateDrawingOrderChanged( mUpdateDrawingOrder );
return readXML( 0, legendnode );
}

Expand Down

0 comments on commit 29535eb

Please sign in to comment.