[Libreoffice-bugs] [Bug 133216] Objects are not printed (Win-only)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed May 27 04:16:51 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133216
Aron Budea <baron at caesar.elte.hu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |quikee at gmail.com
--- Comment #15 from Aron Budea <baron at caesar.elte.hu> ---
(In reply to Aron Budea from comment #14)
> (In reply to Timur from comment #3)
> > But with today's build and change in bug 133215, both with and without Skia
> > prints are empty.
> The empty prints started with the following commit:
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=34a699f1894f30f68c3243784586617e01e60ab6
> author Chris Sherlock <chris.sherlock79 at gmail.com> 2020-05-12 22:35:59 +1000
> committer Tomaž Vajngerl <quikee at gmail.com> 2020-05-20 10:54:47 +0200
>
> vcl: refactor by creating GetActionAfterBackgroundAction() function
Chris, the problem with this commit is in the following line:
https://opengrok.libreoffice.org/xref/core/vcl/source/gdi/print2.cxx?r=34a699f1#714
MetaAction* pCurrAct <= when passing a pointer like this, you don't get back
the changed pointer, and the 'for' loop after this relies on the processed
pCurrAct.
--
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/20200527/a1fe29c7/attachment.htm>
More information about the Libreoffice-bugs
mailing list