1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 01:42:38 +01:00

Change: Zoom title game by UI zoom level

This commit is contained in:
Niels Martin Hansen
2019-04-23 22:55:27 +02:00
committed by Charles Pigott
parent 5965f184c2
commit e38a4e1e57
4 changed files with 15 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#include "stringfilter_type.h"
#include "querystring_gui.h"
#include "fontcache.h"
#include "zoom_func.h"
#include <vector>
@@ -557,6 +558,7 @@ struct GameOptionsWindow : Window {
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
UpdateCursorSize();
UpdateAllVirtCoords();
FixTitleGameZoom();
ReInitAllWindows();
break;