aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/ScrollBarWidget.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp
index 52dd22ef60..9066c67291 100644
--- a/gui/ScrollBarWidget.cpp
+++ b/gui/ScrollBarWidget.cpp
@@ -67,8 +67,15 @@ ScrollBarWidget::ScrollBarWidget(Dialog *boss, int x, int y, int w, int h)
_type = kScrollBarWidget;
_part = kNoPart;
+ _sliderHeight = 0;
+ _sliderPos = 0;
+
_draggingPart = kNoPart;
+ _sliderDeltaMouseDownPos = 0;
+ _numEntries = 0;
+ _entriesPerPage = 0;
+ _currentPos = 0;
}
void ScrollBarWidget::handleMouseDown(int x, int y, int button, int clickCount)