summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-11-13 11:54:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-23 11:33:30 +0000
commit377381e276a4157fe063ed40635f7851b268bcd5 (patch)
treed266fadabd058d6942f9174e8dc15dd52d578cc0 /include
parent7cb41280ca4eb9e33c9ef06ea296bf91ba5a83ee (diff)
tdf#90372: Make VclScrolledWindow candidate for tabstopping
this fixes a11y issue, where widgets inside VclScrolledWindow weren't accessible by keyboard as Tab, Alt-Tab events respectively, never reacheed those Change-Id: Ic73e24f8036b0f6129c3a4f5efb160f9089cb0b8 Reviewed-on: https://gerrit.libreoffice.org/19982 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index fc9eb56faa6a..90d0f2d5ff73 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -559,7 +559,7 @@ private:
class VCL_DLLPUBLIC VclScrolledWindow : public VclBin
{
public:
- VclScrolledWindow(vcl::Window *pParent, WinBits nStyle = WB_HIDE | WB_CLIPCHILDREN | WB_AUTOHSCROLL | WB_AUTOVSCROLL);
+ VclScrolledWindow(vcl::Window *pParent, WinBits nStyle = WB_HIDE | WB_CLIPCHILDREN | WB_AUTOHSCROLL | WB_AUTOVSCROLL | WB_TABSTOP );
virtual ~VclScrolledWindow() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE;
virtual vcl::Window *get_child() SAL_OVERRIDE;