[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Mar 17 21:01:08 UTC 2019
sw/source/ui/fldui/fldref.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a7cd6e6b6cfac65e4d28e5ad587e764b65eeefeb
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Sun Mar 17 19:41:37 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Mar 17 22:00:46 2019 +0100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 9680406df1ff..5e00e0992a6e 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -116,6 +116,7 @@ SwFieldRefPage::SwFieldRefPage(vcl::Window* pParent, const SfxItemSet *const pCo
m_pSelectionToolTipLB->SetStyle( m_pSelectionToolTipLB->GetStyle() | WB_HSCROLL );
m_pSelectionToolTipLB->SetSpaceBetweenEntries(1);
m_pSelectionToolTipLB->SetHighlightRange();
+ m_pFilterED->GrabFocus();
}
SwFieldRefPage::~SwFieldRefPage()
More information about the Libreoffice-commits
mailing list