[Libreoffice-bugs] [Bug 144729] Crash when trying to modify a style (gtk3 only)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 26 09:29:02 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144729
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210926/0414e378/attachment.htm>
More information about the Libreoffice-bugs
mailing list