Skip to content

Commit

Permalink
fix for #855
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7768 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 11, 2007
1 parent 01e52b1 commit 55744d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptoolidentify.cpp
Expand Up @@ -461,6 +461,7 @@ void QgsMapToolIdentify::deactivate()
{
if (mResults)
mResults->done(0); // close the window
QgsMapTool::deactivate();
}

void QgsMapToolIdentify::highlightFeature(int featureId)
Expand Down

0 comments on commit 55744d6

Please sign in to comment.