(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 6545 c2813603c9d8
parent 6544 5354749918ff
child 6546 4c6d90bde803
(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 */