Kaydet (Commit) 377381e2 authored tarafından Katarina Behrens's avatar Katarina Behrens Kaydeden (comit) Miklos Vajna

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/19982Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 7cb41280
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment