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

--- Comment #6 from Caolán McNamara <[email protected]> ---
turns out this is PDFWriterImpl::createDefaultEditAppearance and similar in
vcl/source/gdi/pdfwriter_impl.cxx where we have stuff like

setFillColor( rWidget.Background ? replaceColor( rWidget.BackgroundColor,
rSettings.GetFieldColor() ) : COL_TRANSPARENT );

which sets the background to the current theme background. I'm not sure why we
replaceColor at all, but at the least I guess we should not use the current
theme here, but some "preset for pdf" colors which we can base on the current
gen (light) theme for consistency regardless of the current UI theme

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to