1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 17:02:37 +01:00

Fix: Some NWidget lists were not properly closed. (#11425)

This commit is contained in:
Peter Nelson
2023-11-03 08:17:26 +00:00
committed by GitHub
parent cda896bca5
commit d4a77411a5
3 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
/** Widgets for the background window to prevent smearing. */
static const struct NWidgetPart _background_widgets[] = {
NWidget(WWT_PANEL, COLOUR_DARK_BLUE, WID_BB_BACKGROUND), SetResize(1, 1),
EndContainer(),
};
/**