Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Fix crash when removing item group
  • Loading branch information
m-kuhn committed Nov 11, 2013
1 parent c2d5400 commit 70dc5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposition.cpp
Expand Up @@ -1756,8 +1756,8 @@ void QgsComposition::removeComposerItem( QgsComposerItem* item, bool createComma
}

undoStack()->push( parentCommand );
delete itemGroup;
emit itemRemoved( itemGroup );
delete itemGroup;
}
else
{
Expand Down

0 comments on commit 70dc5a6

Please sign in to comment.