Changeset - r28160:bfc9d61f324d
[Not reviewed]
master
0 1 0
Peter Nelson - 7 months ago 2023-11-20 19:31:26
peter1138@openttd.org
Fix 6065122: Missing SetFill on worldgen spacer. (#11477)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/genworld_gui.cpp
Show inline comments
 
@@ -147,7 +147,7 @@ static const NWidgetPart _nested_generat
 
								NWidget(WWT_IMGBTN, COLOUR_ORANGE, WID_GL_DESERT_COVERAGE_UP), SetDataTip(SPR_ARROW_UP, STR_MAPGEN_DESERT_COVERAGE_UP), SetFill(0, 1),
 
							EndContainer(),
 
							/* Temperate/Toyland spacer. */
 
							NWidget(NWID_SPACER),
 
							NWidget(NWID_SPACER), SetFill(1, 1),
 
						EndContainer(),
 
						/* Starting date. */
 
						NWidget(NWID_HORIZONTAL),
0 comments (0 inline, 0 general)