git-svn-id: http://svn.osgeo.org/qgis/trunk@7768 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2007-12-11 22:23:34 +00:00
parent 08ec2fe3df
commit 56af4375d8

View File

@ -461,6 +461,7 @@ void QgsMapToolIdentify::deactivate()
{
if (mResults)
mResults->done(0); // close the window
QgsMapTool::deactivate();
}
void QgsMapToolIdentify::highlightFeature(int featureId)