diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-02 16:44:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-03 20:23:49 +0200 |
commit | 6c12f6dca251ba583297090def8aa9597a818c14 (patch) | |
tree | 8437a70e0df8c00684d8f2bee45796f562b44d1e /svtools/source/table | |
parent | adc15ce09e5f7fbcf5857238a9898f96da5acb9f (diff) |
tdf#117388 use native scrollbar under gtk in writer
with the motivation that for gtk4 theming for vcl scrollbar isn't
available, so it looks super yuck but this should also support the
long-press scrolling thing under gtk3 as a side effect.
Change-Id: Iada5a66087d5aa982f9213d7ec0a05f6177f4e66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137750
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/table')
-rw-r--r-- | svtools/source/table/tabledatawindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx index 06e6902b0444..701b9ea4321b 100644 --- a/svtools/source/table/tabledatawindow.cxx +++ b/svtools/source/table/tabledatawindow.cxx @@ -24,6 +24,7 @@ #include "tablegeometry.hxx" #include <vcl/help.hxx> +#include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> |