[Libreoffice-bugs] [Bug 130128] GTK3: Border around logo in about dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 24 15:29:29 UTC 2020


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

--- Comment #3 from Caolán McNamara <caolanm at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200124/df1cf8a1/attachment.htm>


More information about the Libreoffice-bugs mailing list