diff options
-rw-r--r-- | src/widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp index 8e844efd2..27c764ec2 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -1196,7 +1196,7 @@ NWidgetLeaf::NWidgetLeaf(WidgetType tp, Colours colour, int index, uint16 data, this->SetFill(true, false); this->SetResize(1, 0); this->min_y = 14; - this->SetDataTip(0x0, STR_018C_WINDOW_TITLE_DRAG_THIS); + this->SetDataTip(data, STR_018C_WINDOW_TITLE_DRAG_THIS); break; case WWT_HSCROLLBAR: |