sc/source/ui/formdlg/formula.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit ebba06b785c87e6a310a523fa9570449d3986cd7 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Nov 21 20:43:11 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Nov 22 14:32:54 2019 +0100 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/83462 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 697d407d6f4f..4c4b20e85a31 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
