Skip to content

Commit f4a3dd3

Browse files
author
g_j_m
committed
Fix for ticket #260 (crashing when clicking on map canvas)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1cace30 commit f4a3dd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/qgsidentifyresults.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ void QgsIdentifyResults::close()
6666
void QgsIdentifyResults::closeEvent(QCloseEvent *e)
6767
{
6868
saveWindowLocation();
69-
e->accept();
7069
done(0);
7170
}
7271

0 commit comments

Comments
 (0)