[Bug 163121] Add a toggle to make "Mouse pointer as pen" markings permanent or temporary
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 25 12:38:25 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=163121
--- Comment #16 from Regina Henschel <rb.henschel at t-online.de> ---
The annotations are turned to shapes in method SlideshowImpl::endPresentation()
by call of registerUserPaintPolygons.
https://opengrok.libreoffice.org/xref/core/sd/source/ui/slideshow/slideshowimpl.cxx?r=032cf092#1602
There maPresSettings.mbMouseAsPen is evaluated and creating shapes is only done
if this setting is true. If the slideshow settings had an additional flag "Keep
annotations after presentation has finished", it could be evaluated there. The
struct PresentationSettings itself is in
https://opengrok.libreoffice.org/xref/core/sd/inc/drawdoc.hxx?r=032cf092#98
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list