(svn r9741) -Fix [FS#672]: station signs were not resized when the language changed, causing overflows in the coloured sign background.
authorrubidium
Sun, 29 Apr 2007 07:24:48 +0000
changeset 7041 dbf2677ed437
parent 7040 30aa5b36e448
child 7042 d841fb0d8e9a
(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
--- a/src/settings_gui.cpp	Sat Apr 28 22:23:10 2007 +0000
+++ b/src/settings_gui.cpp	Sun Apr 29 07:24:48 2007 +0000
@@ -203,6 +203,7 @@
 			break;
 		case 24: /* Change interface language */
 			ReadLanguagePack(e->we.dropdown.index);
+			UpdateAllStationVirtCoord();
 			MarkWholeScreenDirty();
 			break;
 		case 27: /* Change resolution */