summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-10-18 16:02:45 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-21 09:22:59 +0200
commit05e67eeb3ddb08b5480c160db21430fafae37e37 (patch)
treea27b733e0de276842d07b691349f687576cc9cdb /desktop
parent0f874472c672175135520101837ff0c9d4701d7f (diff)
jsdialogs: force resend UI description
Change-Id: I8d3466df6f2ad75c33ce2f9a91da9e9361201c0b Reviewed-on: https://gerrit.libreoffice.org/81050 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index b3cd142d9790..1bbdb01bb7ce 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3332,7 +3332,8 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
} catch(...) {}
// force resend
- pWindow->Resize();
+ pWindow->Hide();
+ pWindow->Show();
}
free(pCopy);