Skip to content

Commit

Permalink
[layout] Fix setKeepLayerSet in map composer import
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 10, 2018
1 parent f868bcc commit 6f7b60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgscompositionconverter.cpp
Expand Up @@ -782,7 +782,7 @@ bool QgsCompositionConverter::readMapXml( QgsLayoutItemMap *layoutItem, const QD
}
else
{
layoutItem->setKeepLayerSet( true );
layoutItem->setKeepLayerSet( false );
}

QString drawCanvasItemsFlag = itemElem.attribute( QStringLiteral( "drawCanvasItems" ), QStringLiteral( "true" ) );
Expand Down

0 comments on commit 6f7b60b

Please sign in to comment.