Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.
(cherry picked from commit 4791ff2862
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
43a3a233df
commit
a469b4f395
@@ -1357,7 +1357,7 @@ static bool InvalidateNewGRFChangeWindows(int32 p1)
|
||||
{
|
||||
InvalidateWindowClassesData(WC_SAVELOAD);
|
||||
DeleteWindowByClass(WC_GAME_OPTIONS);
|
||||
ReInitAllWindows();
|
||||
ReInitAllWindows(_gui_zoom_cfg);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user