summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-12 12:49:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-12 13:29:27 +0000
commit7d34a702136765cab15edb47aecae9181edd2802 (patch)
tree40e16587d704a44c2be6593df52cb1aa11bd111a /basctl
parent4f97f17d8a86546465ebdc0fa39b5c453ad60781 (diff)
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 (cherry picked from commit 166d8257979aac6775319a9e1f305bc94df97e29) Conflicts: svx/source/dialog/fontlb.cxx Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastype2.cxx2
1 files changed, 1 insertions, 1 deletions
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();