| commit | 2afbef0037f022a59ed1198f1f84e454d070df92 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Oct 29 12:39:22 2021 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sat Oct 30 22:40:43 2021 +0200 |
| tree | 43a783825adf441fc1327e8b93de92db0be20446 | |
| parent | b9f098c5a2223417af89d69fd8c0548570fd3a9d [diff] |
Related: tdf#145377 call select handler if restoring previously selected script Change-Id: Ibab3e920e6830c86bb6bfba070f14ca8a153c25f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124429 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 4ae05a0..3bc7a52 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx
@@ -1080,7 +1080,10 @@ void SvxScriptOrgDialog::RestorePreviousSelection() } if (xEntry) { m_xScriptsBox->set_cursor(*xEntry); ScriptSelectHdl(*m_xScriptsBox); } } namespace {