cui/source/customize/cfgutil.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 167876df09254d43ae1f45d658b59f84b5b724e8
Author: Muhammet Kara <[email protected]>
Date: Mon Sep 11 15:03:33 2017 +0300
tdf#108011: Customize dialog's commands list should respond to keyboard
Change-Id: I58cd779714624e7b37c7920df622aa454afb9f29
Reviewed-on: https://gerrit.libreoffice.org/42163
Tested-by: Jenkins <[email protected]>
Reviewed-by: Muhammet Kara <[email protected]>
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx
index 3c409e182ed2..2a8e591b82dc 100644
--- a/cui/source/customize/cfgutil.cxx
+++ b/cui/source/customize/cfgutil.cxx
@@ -252,6 +252,7 @@
SfxConfigFunctionListBox::SfxConfigFunctionListBox(vcl::Window* pParent, WinBits
{
SetStyle( GetStyle() | WB_CLIPCHILDREN | WB_HSCROLL | WB_SORT );
GetModel()->SetSortMode( SortAscending );
+ SetQuickSearch( true );
}
VCL_BUILDER_FACTORY_CONSTRUCTOR(SfxConfigFunctionListBox, WB_TABSTOP)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits