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

(cherry picked from commit d4a77411a5)
This commit is contained in:
Peter Nelson
2023-11-03 08:17:26 +00:00
committed by Jonathan G Rennison
parent 57efeec5bb
commit 63ed5de957
3 changed files with 4 additions and 1 deletions

View File

@@ -693,7 +693,7 @@ void HideFillingPercent(TextEffectID *te_id)
}
static const NWidgetPart _nested_tooltips_widgets[] = {
NWidget(WWT_EMPTY, INVALID_COLOUR, WID_TT_BACKGROUND), EndContainer(),
NWidget(WWT_EMPTY, INVALID_COLOUR, WID_TT_BACKGROUND),
};
static WindowDesc _tool_tips_desc(