We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 48d5954 commit cb0fcfdCopy full SHA for cb0fcfd
src/app/qgsidentifyresults.cpp
@@ -612,7 +612,7 @@ void QgsIdentifyResults::layerDestroyed()
612
613
if ( lstResults->topLevelItemCount() == 0 )
614
{
615
- hide();
+ close();
616
}
617
618
@@ -649,6 +649,7 @@ void QgsIdentifyResults::featureDeleted( int fid )
649
if ( featItem && featItem->data( 0, Qt::UserRole ).toInt() == fid )
650
651
delete mRubberBands.take( featItem );
652
+ delete featItem;
653
break;
654
655
@@ -660,7 +661,7 @@ void QgsIdentifyResults::featureDeleted( int fid )
660
661
662
663
664
665
666
667
0 commit comments