(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:
@@ -627,6 +627,7 @@ struct GameOptionsWindow : Window {
|
||||
UpdateCursorSize();
|
||||
LoadStringWidthTable();
|
||||
ReconstructUserInterface();
|
||||
UpdateAllVirtCoords();
|
||||
break;
|
||||
|
||||
case WID_GO_BASE_GRF_DROPDOWN:
|
||||
|
||||
Reference in New Issue
Block a user