(svn r27863) [1.7] -Backport from trunk:

- Fix: Black remap did nothing in 8bpp-simple blitter (r27837)
- Fix: Misaligned resize icon due to widget bounds being inclusive (r27831)
- Fix: Update viewport sign dimensions when changing GUI zoom level (r27827, r27819)
- Fix: Vehicle viewport is not user scrollable so flag window as such (r27823)
- Fix: Allow dropdown to be drawn above origin widget even with scrollbar (r27820)
- Fix: 32bpp-anim blitters assumed that pitch and width of the screen were equal [FS#6545] (r27796)
- Fix: Chat text background overflowed due to missing padding [FS#6526] (r27794)
This commit is contained in:
frosch
2017-05-03 20:09:51 +00:00
committed by Sergii Pylypenko
parent 2b933a1b3b
commit 8f58cc6dac
9 changed files with 68 additions and 43 deletions

View File

@@ -627,6 +627,7 @@ struct GameOptionsWindow : Window {
UpdateCursorSize();
LoadStringWidthTable();
ReconstructUserInterface();
UpdateAllVirtCoords();
break;
case WID_GO_BASE_GRF_DROPDOWN: