svx/source/dialog/srchdlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 78dbcc629b40c938a672168e4b3498f676d081af
Author: NickWingate <[email protected]>
AuthorDate: Wed Aug 27 13:49:00 2025 +0100
Commit: Szymon Kłos <[email protected]>
CommitDate: Fri Sep 5 11:42:48 2025 +0200
Find Dialog: focus search entry on open
Signed-off-by: NickWingate <[email protected]>
Change-Id: I44b8d36661d6fd290abc9f6b86831188a2aac88d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190288
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 9b2eff684252..e4bfe3b2bcaa 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -311,6 +311,7 @@ SvxSearchDialog::SvxSearchDialog(weld::Window* pParent,
SfxChildWindow* pChildWi
{
m_xCloseBtn->hide();
m_xHelpBtn->hide();
+ m_xSearchLB->grab_focus();
}
m_aPresentIdle.SetTimeout(50);