Skip to content

Commit a877057

Browse files
author
Marco Hugentobler
committed
Don't create undo action if loading template via gui
1 parent 351ccc0 commit a877057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ void QgsComposer::on_mActionLoadFromTemplate_triggered()
920920
QDomDocument templateDoc;
921921
if ( templateDoc.setContent( &templateFile ) )
922922
{
923-
mComposition->loadFromTemplate( templateDoc, true );
923+
mComposition->loadFromTemplate( templateDoc, false );
924924
}
925925
}
926926
}

0 commit comments

Comments
 (0)