Skip to content

Commit

Permalink
Fix for ticket #253 (crash when using 'identify features').
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5758 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 4, 2006
1 parent a0cdad7 commit 15bde54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsidentifyresults.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 15bde54

Please sign in to comment.