QTfrontend/hwform.cpp
changeset 1368 a734715a777a
parent 1364 64c4922a6960
child 1376 6c82ad758a80
equal deleted inserted replaced
1367:e1aaa1a4901f 1368:a734715a777a
   276 		
   276 		
   277 		if(lastid == ID_PAGE_SETUP) { // _TEAM
   277 		if(lastid == ID_PAGE_SETUP) { // _TEAM
   278 		  if (editedTeam) {
   278 		  if (editedTeam) {
   279 		    curTeamSelWidget->addTeam(*editedTeam);
   279 		    curTeamSelWidget->addTeam(*editedTeam);
   280 		  }
   280 		  }
   281 		} else {
   281 		} else if(lastid != ID_PAGE_GAMESTATS && lastid != ID_PAGE_INGAME) {
   282 		  curTeamSelWidget->resetPlayingTeams(teamsList);
   282 		  curTeamSelWidget->resetPlayingTeams(teamsList);
   283 		}
   283 		}
   284 	}
   284 	}
   285 }
   285 }
   286 
   286