(svn r20705) -Fix: graphic glitch when switching to a different-sized font while the chat message box was visible
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user