include/vcl/layout.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 377381e276a4157fe063ed40635f7851b268bcd5 Author: Katarina Behrens <katarina.behr...@cib.de> Date: Fri Nov 13 11:54:04 2015 +0100 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 <c...@libreoffice.org> Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index fc9eb56..90d0f2d 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits