From 55a4e4f756de8864f0ca912d0b5de8f8f83432ae 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') 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-70-g09d2