summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/widget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index f89ec1213..53d8a77d8 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -782,6 +782,7 @@ NWidgetCore::NWidgetCore(WidgetType tp, Colours colour, uint fill_x, uint fill_y
this->index = -1;
this->widget_data = widget_data;
this->tool_tip = tool_tip;
+ this->scrollbar_index = -1;
}
/**