Skip to content

Commit 7cff7da

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@5762 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e240665 commit 7cff7da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/qgsidentifyresults.cpp

-1
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)