| commit | 36651d2b51f7db243d975cc2bf3bb8975b2faa10 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Dec 12 16:58:46 2022 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Mon Dec 12 21:16:45 2022 +0000 |
| tree | e9f79d0378dc9a9e67029369aabe1e36d333ea1e | |
| parent | 76b923ebf17eba7d2ec13b66bf03f3ac4ea347c3 [diff] |
Resolves: tdf#139749 set initial focus to combobox Change-Id: Ib8fd0dd4a4b5d4c137794c4538e61bfbf33b9a1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144016 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 1d98480..ea98a44 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx
@@ -315,6 +315,8 @@ SvxThesaurusDialog::SvxThesaurusDialog( // disable controls if service is missing if (!xThesaurus.is()) m_xDialog->set_sensitive(false); else m_xWordCB->grab_focus(); } SvxThesaurusDialog::~SvxThesaurusDialog()