From ae354652c8b0247a05ad0d8bb1551fdafd451e53 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Aug 2022 16:59:54 +0100 Subject: using ScrollType::Drag looks the safest choice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rather than DontKnow, Drag assumptions seem to fit best Change-Id: Iae92b29d33e69410c67b43fabb933018f1277abf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137809 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/unx/gtk3/gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/unx/gtk3/gtkinst.cxx') diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 06c9d706d2fd..158bc84c002b 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -8557,7 +8557,7 @@ public: virtual ScrollType get_scroll_type() const override { - return ScrollType::DontKnow; + return ScrollType::Drag; } virtual ~GtkInstanceScrollbar() override -- cgit v1.2.3