gui.cpp

changeset 134
7fd0784471df
parent 132
577e8e89d8de
child 135
c243df39913e
--- 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 ();
 }
 

mercurial