bugfix refreshSpectatorsDisplay(); threadsafe now

This commit is contained in:
doitux
2013-10-05 00:34:54 +02:00
parent 947c3e4c94
commit 3710f94c1e
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void GuiWrapper::SignalNetClientPlayerJoined(unsigned playerId, const string &pl
void GuiWrapper::SignalNetClientPlayerChanged(unsigned playerId, const string &newPlayerName)
{
myStartWindow->signalNetClientPlayerChanged(playerId, QString::fromUtf8(newPlayerName.c_str()));
myW->refreshSpectatorsDisplay();
myW->signalRefreshSpectatorsDisplay();
}
void GuiWrapper::SignalNetClientPlayerLeft(unsigned playerId, const string &playerName, int removeReason)
{