Skip to content

Commit

Permalink
Fix for bug #6245 (master crashes applying a composer template)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Aug 25, 2012
1 parent 7497e53 commit 6811abd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/composer/qgscomposer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,6 @@ void QgsComposer::on_mActionLoadFromTemplate_triggered()
}

deleteItemWidgets();
if ( mComposition )
{
mComposition->clear();
}
readXML( templateDocument );
emit composerAdded( mView );
}
Expand Down

0 comments on commit 6811abd

Please sign in to comment.