QTfrontend/hwform.cpp
changeset 4524 65c294aedaea
parent 4520 e7882bd1a894
child 4525 0a81be113e21
--- 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);
           }