(svn r9741) -Fix [FS#672]: station signs were not resized when the language changed, causing overflows in the coloured sign background.

This commit is contained in:
rubidium 2007-04-29 07:24:48 +00:00
parent 347bfc7f9f
commit ccf4ddc06f
1 changed files with 1 additions and 0 deletions

View File

@ -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 */