Skip to content

Commit 55744d6

Browse files
author
jef
committed
fix for #855
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7768 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 01e52b1 commit 55744d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsmaptoolidentify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ void QgsMapToolIdentify::deactivate()
461461
{
462462
if (mResults)
463463
mResults->done(0); // close the window
464+
QgsMapTool::deactivate();
464465
}
465466

466467
void QgsMapToolIdentify::highlightFeature(int featureId)

0 commit comments

Comments
 (0)