summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ui/ScrollBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/ScrollBar.h b/include/ui/ScrollBar.h

index fe8ba64a..45d5b21f 100644 --- a/include/ui/ScrollBar.h +++ b/include/ui/ScrollBar.h
@@ -49,7 +49,7 @@ private: int roundRadius_ = 4; int handleWidth_ = 7; int minHandleHeight_ = 20; - bool isActive; + bool isActive = false; const int AnimationDuration = 300; const int Padding = 4;