[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:37:12 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130128
--- Comment #4 from Caolán McNamara <caolanm at redhat.com> ---
a debugging patch of...
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index c4b58aaebc67..0b963d43bd10 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3112,6 +3112,9 @@ namespace
vcl::PNGWriter aWriter(aImage.GetBitmapEx(), &aFilterData);
aWriter.Write(*xMemStm);
+ SvFileStream aStream("/tmp/dumpme.png", StreamMode::STD_READWRITE |
StreamMode::TRUNC);
+ aWriter.Write(aStream);
+
return load_icon_from_stream(*xMemStm, "png");
}
gives... a png with a white bg after the change and a transparent one before
the change
--
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/28cc0077/attachment.htm>
More information about the Libreoffice-bugs
mailing list