diff -r 23ed16e6c7d2 -r 65c294aedaea QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Mon Dec 13 19:22:09 2010 -0500
+++ b/QTfrontend/hwform.cpp	Tue Dec 14 20:01:27 2010 +0300
@@ -473,7 +473,7 @@
           teamsList.push_back(team);
         }
 
-        if(lastid == ID_PAGE_SETUP) { // _TEAM
+        if(lastid == ID_PAGE_SETUP || lastid == ID_PAGE_DRAWMAP) { // _TEAM
           if (editedTeam) {
             curTeamSelWidget->addTeam(*editedTeam);
           }