summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-30 08:49:04 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:29 -0500
commit870cf49db19c40a798afc872f5183b4062552fa1 (patch)
tree5b28719fc8d1b2bb04efd4db93a8bbdf565a231f
parent56a22014c9af789c53f1abbd807bff89da598658 (diff)
accfixes2: _HeaderTabListBox: maListBox.EnableCellFocus()
-rw-r--r--cui/source/customize/macropg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index 26847cc25666..48b96f74352c 100644
--- a/cui/source/customize/macropg.cxx
+++ b/cui/source/customize/macropg.cxx
@@ -162,6 +162,7 @@ _HeaderTabListBox::_HeaderTabListBox( Window* pParent, const ResId& rId ) :
maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER )
{
maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX );
+ maListBox.EnableCellFocus();
}
_HeaderTabListBox::~_HeaderTabListBox()