changeset 1368 | a734715a777a |
parent 1364 | 64c4922a6960 |
child 1376 | 6c82ad758a80 |
--- a/QTfrontend/hwform.cpp Thu Oct 16 16:57:51 2008 +0000 +++ b/QTfrontend/hwform.cpp Thu Oct 16 19:48:11 2008 +0000 @@ -278,7 +278,7 @@ if (editedTeam) { curTeamSelWidget->addTeam(*editedTeam); } - } else { + } else if(lastid != ID_PAGE_GAMESTATS && lastid != ID_PAGE_INGAME) { curTeamSelWidget->resetPlayingTeams(teamsList); } }