Skip to content
Permalink
Browse files
Speculative fix for tickets #250, #276, #275, and #281
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5852 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 22, 2006
1 parent bede7d7 commit a7868c2
Showing 1 changed file with 3 additions and 2 deletions.
@@ -65,8 +65,9 @@ void QgsIdentifyResults::close()
// from window menu or X in titlebar
void QgsIdentifyResults::closeEvent(QCloseEvent *e)
{
saveWindowLocation();
done(0);
// We'll close in our own good time thanks...
e->ignore();
close();
}

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

0 comments on commit a7868c2

Please sign in to comment.