Skip to content
Permalink
Browse files
Fix for ticket #253 (crash when using 'identify features').
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5758 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 4, 2006
1 parent 37cff7e commit f474c06
Showing 1 changed file with 1 addition and 0 deletions.
@@ -67,6 +67,7 @@ void QgsIdentifyResults::closeEvent(QCloseEvent *e)
{
saveWindowLocation();
e->accept();
done(0);
}

// Popup (create if necessary) a context menu that contains a list of

0 comments on commit f474c06

Please sign in to comment.