mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
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:
parent
3432a15221
commit
ccdb326077
@ -75,6 +75,8 @@ QgsComposerItem::~QgsComposerItem()
|
||||
{
|
||||
mComposition->removeItemFromZList( this );
|
||||
}
|
||||
|
||||
delete mBoundingResizeRectangle;
|
||||
}
|
||||
|
||||
void QgsComposerItem::setSelected( bool s )
|
||||
|
Loading…
x
Reference in New Issue
Block a user