--- a/gui.cpp Wed Apr 24 19:59:41 2013 +0300
+++ b/gui.cpp Wed Apr 24 20:33:06 2013 +0300
@@ -878,6 +878,10 @@
}
}
+ // Save the configuration before leaving so that, for instance, grid choice
+ // is preserved across instances.
+ config::save ();
+
ev->accept ();
}