[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - desktop/source
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 20 16:18:49 UTC 2019
desktop/source/lib/init.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 67680709e7fe8246b084e719e75462546f003c00
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Nov 20 16:10:33 2019 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Nov 20 17:17:49 2019 +0100
jsdialogs: simply resize to reload
Change-Id: I4eaee0f1ec27674d74fc7abfa05abaf39cb97117
Reviewed-on: https://gerrit.libreoffice.org/83326
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 062ceb3dcb45..2211c1124891 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3345,8 +3345,7 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
} catch(...) {}
// force resend
- pWindow->Hide();
- pWindow->Show();
+ pWindow->Resize();
}
}
More information about the Libreoffice-commits
mailing list