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

--- Comment #4 from Michael Stahl <[email protected]> ---
the BackgroundColorPrimitive2D was created with "0" transparency already,
from ViewObjectContactOfPageBackground::createPrimitive2DSequence()

            aInitColor = pPageView->GetApplicationDocumentColor();

            if(Color(COL_AUTO) == aInitColor)
            {
                const svtools::ColorConfig aColorConfig;
                aInitColor =
aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor;
            }


we get COL_AUTO and then it's overwritten by white.

-- 
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