svtools/source/brwbox/editbrowsebox.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 1663b961ce2f9f109ad7634f165445f9ea785db3 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Jul 12 14:57:46 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Jul 12 17:56:35 2020 +0200 check if the "realhandler" is the tracking window if the tracking window wasn't already found Change-Id: Iadb42abcba615c1b55165450da6946a6129283ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98599 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 48658e88fc53..72c66b786cc0 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -518,6 +518,8 @@ namespace svt pWin = pWin->GetWindow(GetWindowType::Next)) { } + if (!pWin) + pWin = pRealHandler; } if (pWin && pWin->IsTracking()) pWin->EndTracking(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits