Skip to content

Commit

Permalink
Speculative fix for tickets #250, #276, #275, and #281
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5852 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 22, 2006
1 parent edd90d2 commit 5337195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/qgsidentifyresults.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 5337195

Please sign in to comment.