We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cdad7 commit 15bde54Copy full SHA for 15bde54
src/gui/qgsidentifyresults.cpp
@@ -67,6 +67,7 @@ void QgsIdentifyResults::closeEvent(QCloseEvent *e)
67
{
68
saveWindowLocation();
69
e->accept();
70
+ done(0);
71
}
72
73
// Popup (create if necessary) a context menu that contains a list of
0 commit comments