summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/tbxctrls/tbunosearchcontrollers.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index a86739988185..20430681de7a 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -399,7 +399,10 @@ void FindTextFieldControl::set_entry_message_type(weld::EntryMessageType eType)
void FindTextFieldControl::GetFocus()
{
if (m_xWidget)
+ {
m_xWidget->grab_focus();
+ FocusInHdl(*m_xWidget);
+ }
InterimItemWindow::GetFocus();
}