https://bugs.documentfoundation.org/show_bug.cgi?id=144729
--- Comment #3 from Julien Nabet <[email protected]> --- Here's a straightforward patch but is it the right way to fix this? diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index 435cd489d482..361503690f9b 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -824,6 +824,7 @@ bool FrameSelectorImpl::SelectedBordersEqual() const FrameSelector::FrameSelector() { + mxImpl.reset( new FrameSelectorImpl( *this ) ); } void FrameSelector::SetDrawingArea(weld::DrawingArea* pDrawingArea) -- You are receiving this mail because: You are the assignee for the bug.
