(svn r20705) -Fix: graphic glitch when switching to a different-sized font while the chat message box was visible

This commit is contained in:
yexo
2010-08-31 12:18:28 +00:00
parent 46a537a263
commit faccfb921d
2 changed files with 13 additions and 3 deletions

View File

@@ -2619,6 +2619,10 @@ void ReInitAllWindows()
FOR_ALL_WINDOWS_FROM_BACK(w) {
w->ReInit();
}
#ifdef ENABLE_NETWORK
void NetworkReInitChatBoxSize();
NetworkReInitChatBoxSize();
#endif
/* Make sure essential parts of all windows are visible */
RelocateAllWindows(_cur_resolution.width, _cur_resolution.height);