svx/source/engine3d/float3d.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
New commits: commit 3e7c20a39ab2b32c5f1a27c4ebcaaf5dd0d9c192 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Jan 24 17:03:32 2020 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Jan 25 18:30:45 2020 +0100 silence pesky gtk warnings on close of floating 3d window Change-Id: Ica301dec5f2744dc9fcc78974c3f9b3ed5c9d3b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87359 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index f96c5c22f19c..5dd101a69274 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -421,8 +421,15 @@ void Svx3DWin::dispose() m_xMtrMatSpecularIntensity.reset(); m_xCtlPreviewWin.reset(); m_xCtlPreview.reset(); - m_xCtlLightPreviewWin.reset(); + m_xCtlLightPreview.reset(); + m_xCtlLightPreviewWin.reset(); + m_xLightPreview.reset(); + m_xBtn_Corner.reset(); + m_xVertScale.reset(); + m_xHoriScale.reset(); + m_xLightPreviewGrid.reset(); + m_xBtnConvertTo3D.reset(); m_xBtnLatheObject.reset(); m_xBtnPerspective.reset(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits