diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-30 17:45:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-30 20:12:36 +0200 |
commit | 23ddc3811d4d1890e4024f4e0f6bb5129a694fdc (patch) | |
tree | a8ba68edfce2164a225e3c6af76e844f61e9ce20 /fpicker/source/office/iodlg.cxx | |
parent | 3e8a93f5077e7ec5fbc47acdcdeaafaa15c5a7a9 (diff) |
Resolves: tdf#130505 give default focus to the file name field
Change-Id: I2c78fa95e626029a4cfc7f8e2faf03d4a5d2dee8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93228
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 89564fca2efd..8a51fc97b518 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -466,6 +466,8 @@ SvtFileDialog::SvtFileDialog(weld::Window* pParent, PickerFlags nStyle) m_xDialog->connect_size_allocate(LINK(this, SvtFileDialog, SizeAllocHdl)); SizeAllocHdl(Size()); + + m_xImpl->m_xEdFileName->grab_focus(); } SvtFileDialog::~SvtFileDialog() |