diff options
Diffstat (limited to 'dbaccess/source/ui/control')
-rw-r--r-- | dbaccess/source/ui/control/dbtreelistbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 1d0b31fc5601..3e87504bee13 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -77,7 +77,7 @@ void DBTreeListBox::init() EnableContextMenuHandling(); - SetStyle( GetStyle() | WB_QUICK_SEARCH ); + SetQuickSearch( true ); } DBTreeListBox::~DBTreeListBox() |