From cf4cde7be83b7a6330027de10788a6c64a29b9ec Mon Sep 17 00:00:00 2001 From: Maic Siemering Date: Sun, 22 Dec 2024 21:59:38 +0100 Subject: [PATCH] gui(experimental): update docs --- arcade/gui/experimental/scroll_area.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arcade/gui/experimental/scroll_area.py b/arcade/gui/experimental/scroll_area.py index a0db3e01f..52163f528 100644 --- a/arcade/gui/experimental/scroll_area.py +++ b/arcade/gui/experimental/scroll_area.py @@ -27,8 +27,7 @@ class UIScrollBar(UIWidget): """Scroll bar for a UIScrollLayout. Indicating the current view position of the scroll area. - - Does not support mouse interaction yet. + Supports mouse dragging to scroll the content. """ _thumb_hover = Property(False)