diff --git a/src/widget.cpp b/src/widget.cpp index 4b215c346f..81a7760456 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -2420,6 +2420,7 @@ void NWidgetLeaf::Draw(const Window *w) default: NOT_REACHED(); } DrawImageButtons(r, WWT_PUSHIMGBTN, this->colour, clicked, sprite); + break; } case WWT_LABEL: