Skip to content

Commit ccdb326

Browse files
author
mhugent
committed
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
1 parent 3432a15 commit ccdb326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/composer/qgscomposeritem.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ QgsComposerItem::~QgsComposerItem()
7575
{
7676
mComposition->removeItemFromZList( this );
7777
}
78+
79+
delete mBoundingResizeRectangle;
7880
}
7981

8082
void QgsComposerItem::setSelected( bool s )

0 commit comments

Comments
 (0)