| commit | 95846782231096345e9a09b3fa35355316ef50fe | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Nov 21 20:43:11 2019 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Wed Nov 27 00:43:00 2019 +0100 |
| tree | 8874b96122d172855971ffcc1d1b4505ece5a2ca | |
| parent | 8cdcb98dcdea7be8d58c2270cd797842fd6b028b [diff] |
tdf#124513 let wizard reappear on tabbing back to document where it was showing before tabbing away Change-Id: Ia87aeb9789ae034611431983c6489569a59d47d3 Reviewed-on: https://gerrit.libreoffice.org/83434 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f31d36966bceb90e261cbecd42634bde4448d527) Reviewed-on: https://gerrit.libreoffice.org/83781 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 56c406e..5931b0c 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx
@@ -287,6 +287,9 @@ ScInputHandler* ScFormulaDlg::GetNextInputHandler(const ScDocShell* pDocShell, S void ScFormulaDlg::Close() { if (IsClosing()) return; DoEnter(); }