mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[layout] Fix setKeepLayerSet in map composer import
This commit is contained in:
parent
f868bcc691
commit
6f7b60ba17
@ -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" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user