Skip to content

Commit 15bde54

Browse files
author
g_j_m
committed
Fix for ticket #253 (crash when using 'identify features').
git-svn-id: http://svn.osgeo.org/qgis/trunk@5758 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a0cdad7 commit 15bde54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsidentifyresults.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ void QgsIdentifyResults::closeEvent(QCloseEvent *e)
6767
{
6868
saveWindowLocation();
6969
e->accept();
70+
done(0);
7071
}
7172

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

0 commit comments

Comments
 (0)