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

--- Comment #4 from Caolán McNamara <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to