diff options
author | PeterN <peter1138@openttd.org> | 2021-05-08 09:54:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 09:54:32 +0100 |
commit | 8c3fa2a3bf079424529a49b58f0466e4285d5874 (patch) | |
tree | 3532306f6a10e7020427634f86cdae0349b735cd /src/saveload | |
parent | dd41de89315156cf7c5e43872de0863d4c539a95 (diff) | |
download | openttd-8c3fa2a3bf079424529a49b58f0466e4285d5874.tar.xz |
Fix #9209: Excessive time resizing highscore/news window when screen is too small. (#9210)
If the highscore/news window panel size, which is now scaled by GUI zoom, is larger than the screen size, a loop will be entered where the window is repeatedly resized.
This is resolved by removing the minimal size from the panel, as the window is always resized to cover the screen anyway. This means the screen size can never be too small.
Diffstat (limited to 'src/saveload')
0 files changed, 0 insertions, 0 deletions