diff options
Diffstat (limited to 'include/cru/ui/render/ScrollBar.hpp')
-rw-r--r-- | include/cru/ui/render/ScrollBar.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/ScrollBar.hpp b/include/cru/ui/render/ScrollBar.hpp index a271ae71..005cf3bb 100644 --- a/include/cru/ui/render/ScrollBar.hpp +++ b/include/cru/ui/render/ScrollBar.hpp @@ -147,7 +147,7 @@ class ScrollBar : public Object { Event<Scroll> scroll_attempt_event_; - std::optional<std::shared_ptr<platform::gui::ICursor>> old_cursor_; + bool cursor_overrided_ = false; platform::gui::TimerAutoCanceler auto_collapse_timer_canceler_; }; |