Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for ticket #260 (crashing when clicking on map canvas)
git-svn-id: http://svn.osgeo.org/qgis/trunk@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 6, 2006
1 parent e240665 commit 7cff7da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsidentifyresults.cpp
Expand Up @@ -66,7 +66,6 @@ void QgsIdentifyResults::close()
void QgsIdentifyResults::closeEvent(QCloseEvent *e)
{
saveWindowLocation();
e->accept();
done(0);
}

Expand Down

0 comments on commit 7cff7da

Please sign in to comment.