Skip to content

Commit

Permalink
Fix for remaining item frame when moving item and deleting it at the …
Browse files Browse the repository at this point in the history
…same time (possibly fix for ticket 1285)

git-svn-id: http://svn.osgeo.org/qgis/trunk@9273 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 7, 2008
1 parent 3432a15 commit ccdb326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/composer/qgscomposeritem.cpp
Expand Up @@ -75,6 +75,8 @@ QgsComposerItem::~QgsComposerItem()
{
mComposition->removeItemFromZList( this );
}

delete mBoundingResizeRectangle;
}

void QgsComposerItem::setSelected( bool s )
Expand Down

0 comments on commit ccdb326

Please sign in to comment.