https://bugs.documentfoundation.org/show_bug.cgi?id=133216

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qui...@gmail.com

--- Comment #15 from Aron Budea <ba...@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.sherloc...@gmail.com>     
> 2020-05-12 22:35:59 +1000
> committer     Tomaž Vajngerl <qui...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to