QTfrontend/hwform.cpp
changeset 6911 1cda333286e0
parent 6910 ea058558c68b
child 6930 d187ea93fc4f
--- a/QTfrontend/hwform.cpp	Sun Apr 22 17:03:55 2012 +0200
+++ b/QTfrontend/hwform.cpp	Sun Apr 22 18:38:34 2012 +0200
@@ -593,6 +593,11 @@
         ui.pageOptions->setTeamOptionsEnabled(true);
     }
 
+    if (id == ID_PAGE_SETUP)
+    {
+        config->reloadValues();
+    }
+
     // load and save ignore/friends lists
     if (lastid == ID_PAGE_NETGAME) // leaving a room
         ui.pageNetGame->pChatWidget->saveLists(ui.pageOptions->editNetNick->text());