mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
(svn r16957) -Fix: Trigger the same window repositioning after changing font/language as it is done after resizing the main OpenTTD window.
This commit is contained in:
@@ -2556,6 +2556,10 @@ void ReInitAllWindows()
|
||||
FOR_ALL_WINDOWS_FROM_BACK(w) {
|
||||
w->ReInit();
|
||||
}
|
||||
|
||||
/* Make sure essential parts of all windows are visible */
|
||||
RelocateAllWindows(_cur_resolution.width, _cur_resolution.height);
|
||||
MarkWholeScreenDirty();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user