| commit | a7cd6e6b6cfac65e4d28e5ad587e764b65eeefeb | [log] |
|---|---|---|
| author | Roman Kuznetsov <antilibreoffice@gmail.com> | Sun Mar 17 19:41:37 2019 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sun Mar 17 22:00:46 2019 +0100 |
| tree | 0e46638edc654c56e370cd5ab2ff38bdd0816a93 | |
| parent | ca61af05e93ca07fb7a4ceee11150f85dd758cd1 [diff] |
tdf#103301 Set focus to the filter textbox Change-Id: I8e44148e718ed38760098b7c72606f977d7ecf47 Reviewed-on: https://gerrit.libreoffice.org/69370 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx index 9680406..5e00e09 100644 --- a/sw/source/ui/fldui/fldref.cxx +++ b/sw/source/ui/fldui/fldref.cxx
@@ -116,6 +116,7 @@ m_pSelectionToolTipLB->SetStyle( m_pSelectionToolTipLB->GetStyle() | WB_HSCROLL ); m_pSelectionToolTipLB->SetSpaceBetweenEntries(1); m_pSelectionToolTipLB->SetHighlightRange(); m_pFilterED->GrabFocus(); } SwFieldRefPage::~SwFieldRefPage()