We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64d737 commit 14a9b1eCopy full SHA for 14a9b1e
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