mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-12 00:06:54 -05: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 );
|
mComposition->removeItemFromZList( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete mBoundingResizeRectangle;
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsComposerItem::setSelected( bool s )
|
void QgsComposerItem::setSelected( bool s )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user