vcl/source/window/floatwin.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 7f2e2f683778a508bfc67e37ae2c01102cca7a67 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Nov 13 10:47:59 2017 +0000 Resolves: tdf#113366 Contour editor does not open reportedly This reverts commit 15869ea2dcd8a6b33044d08eef6fcaf8ca54579d. Change-Id: I930567f8dd9701a14ab02f42f89a629949453f22 Reviewed-on: https://gerrit.libreoffice.org/44671 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index dc6cd3c6b4df..57c5f7ec26a8 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -596,6 +596,11 @@ void FloatingWindow::LogicInvalidate(const tools::Rectangle* /*pRectangle*/) void FloatingWindow::StateChanged( StateChangedType nType ) { + if (nType == StateChangedType::InitShow) + { + DoInitialLayout(); + } + SystemWindow::StateChanged( nType ); Dialog* pParentDlg = GetParentDialog(); if (pParentDlg && nType == StateChangedType::InitShow && IsVisible())
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits