[Libreoffice-commits] core.git: svtools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 12 15:57:12 UTC 2020


 svtools/source/brwbox/editbrowsebox.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1663b961ce2f9f109ad7634f165445f9ea785db3
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jul 12 14:57:46 2020 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at 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();


More information about the Libreoffice-commits mailing list