QTfrontend/hwform.cpp
changeset 8977 d424c7f8b342
parent 8918 512753ea4b1b
child 8982 0c0141cf851a
--- a/QTfrontend/hwform.cpp	Sat May 11 21:14:25 2013 -0400
+++ b/QTfrontend/hwform.cpp	Sat May 11 21:19:44 2013 -0400
@@ -598,6 +598,10 @@
 #endif
 
     qDebug("Leaving %s, entering %s", qPrintable(stringifyPageId(lastid)), qPrintable(stringifyPageId(id)));
+    if (lastid == ID_PAGE_MAIN)
+    {
+        ui.pageMain->toggleNetworkChoice();
+    }
 
     // pageEnter and pageLeave events
     ((AbstractPage*)ui.Pages->widget(lastid))->triggerPageLeave();