# HG changeset patch # User unc0rr # Date 1292346087 -10800 # Node ID 65c294aedaea7757a2388650d3bc84d77a12c833 # Parent 23ed16e6c7d24eaa6c70b1b090de04ed220233ce Don't reset teams when returning from draw map page 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); }