From 166d8257979aac6775319a9e1f305bc94df97e29 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Dec 2012 12:49:58 +0000 Subject: Resolves: fdo#57469 allow tab to traverse into custom widgets The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a candidate for getting focus when pressing tab Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405 --- basctl/source/basicide/bastype2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index 7ea6699b8719..4d2e7e93e053 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -194,7 +194,7 @@ TreeListBox::TreeListBox (Window* pParent, ResId const& rRes) } TreeListBox::TreeListBox (Window* pParent) - : SvTreeListBox(pParent) + : SvTreeListBox(pParent, WB_TABSTOP) , m_aNotifier( *this ) { Init(); -- cgit