Skip to content

Commit 5337195

Browse files
author
g_j_m
committed
Speculative fix for tickets #250, #276, #275, and #281
git-svn-id: http://svn.osgeo.org/qgis/trunk@5852 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent edd90d2 commit 5337195

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/gui/qgsidentifyresults.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ void QgsIdentifyResults::close()
6565
// from window menu or X in titlebar
6666
void QgsIdentifyResults::closeEvent(QCloseEvent *e)
6767
{
68-
saveWindowLocation();
69-
done(0);
68+
// We'll close in our own good time thanks...
69+
e->ignore();
70+
close();
7071
}
7172

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

0 commit comments

Comments
 (0)