[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - desktop/source

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 6 21:07:14 UTC 2019


 desktop/source/lib/init.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ae975010255fbaedd356afb952d0008ac27b39c6
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Nov 6 19:13:12 2019 +0100
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Nov 6 22:06:13 2019 +0100

    jsdialogs: refresh after event
    
    Change-Id: Ie0128ec38dd442a04d6ea9e24cea254f5bc69791
    Reviewed-on: https://gerrit.libreoffice.org/82170
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index bac4319a778d..ac5fca9f39db 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3337,8 +3337,8 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
         } catch(...) {}
 
         // force resend
-        pWindow->GetParent()->Hide();
-        pWindow->GetParent()->Show();
+        pWindow->Hide();
+        pWindow->Show();
     }
 }
 


More information about the Libreoffice-commits mailing list