From ccf4ddc06f1a97ed4eec10f2d04f102e964c7933 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 29 Apr 2007 07:24:48 +0000 Subject: (svn r9741) -Fix [FS#672]: station signs were not resized when the language changed, causing overflows in the coloured sign background. --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 5ac040c2b..cecc0176e 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -203,6 +203,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e) break; case 24: /* Change interface language */ ReadLanguagePack(e->we.dropdown.index); + UpdateAllStationVirtCoord(); MarkWholeScreenDirty(); break; case 27: /* Change resolution */ -- cgit v1.2.3-54-g00ecf