desktop/source/lib/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 415c87e617ae9bd1dc89a80023bce8746be69af9 Author: Szymon Kłos <[email protected]> AuthorDate: Thu Oct 31 15:36:28 2019 +0100 Commit: Szymon Kłos <[email protected]> CommitDate: Thu Oct 31 20:25:23 2019 +0100 jsdialogs: refresh SidebarDockingWindow after event Before we had JSON genertion in Deck now it was moved to the parent. Change-Id: I0fc11ec716542fd3aa6862292ae94985ee3d20d4 Reviewed-on: https://gerrit.libreoffice.org/81854 Tested-by: Jenkins Reviewed-by: Szymon Kłos <[email protected]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 3884dbc98882..b00638eaa127 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3349,8 +3349,8 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin } catch(...) {} // force resend - pWindow->Hide(); - pWindow->Show(); + pWindow->GetParent()->Hide(); + pWindow->GetParent()->Show(); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
