Fix for remaining item frame when moving item and deleting it at the same time (possibly fix for ticket 1285)

git-svn-id: http://svn.osgeo.org/qgis/trunk@9273 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2008-09-07 04:40:42 +00:00
parent 3432a15221
commit ccdb326077

View File

@ -75,6 +75,8 @@ QgsComposerItem::~QgsComposerItem()
{
mComposition->removeItemFromZList( this );
}
delete mBoundingResizeRectangle;
}
void QgsComposerItem::setSelected( bool s )