https://bugs.kde.org/show_bug.cgi?id=186531
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ld.de --- Comment #11 from [email protected] --- (In reply to comment #9) > inline static bool isPaperColor( QRgb argb ) { > return (argb & 0xFFFFFF) == (Settings::paperColor().rgb() & 0xFFFFFF); > } Would there be a similar possibility to use the actual page color of the PDF if it isn't white? Because as it stands now, this only works for a non-white background color when set in the settings, not when the document itself features a different background color. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Okular-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/okular-devel
