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

--- Comment #3 from Caolán McNamara <[email protected]> ---
In vcl/unx/gtk3/gtk3gtkinst.cxx the logo of the About Box is set via set_logo
and the input css::graphic::XGraphic is serialized to a png with...

getPixbuf(const css::uno::Reference<css::graphic::XGraphic>& rImage)
Image aImage(rImage);
vcl::PNGWriter aWriter(aImage.GetBitmapEx()...
to a GdkPixbuf

so we can feed it to gtk_about_dialog_set_logo

I can confirm it appears to begin happening at the mentioned commit

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to