https://bugs.freedesktop.org/show_bug.cgi?id=79147
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #27 from Michael Meeks <[email protected]> --- This is most curious; I thought we used to have code that would detect things that looked like high-contrast themes and call 'SetHighContrastMode' in VCL - which enables that (and goes down into the theme code to enable that). The code for that is in vcl/source/window/settings.cxx and checks: org.openoffice.Office.Common/Accessibility/AutoDetectSystemHC which turns on HC mode if: if( rSettings.GetStyleSettings().GetFaceColor().IsDark() || rSettings.GetStyleSettings().GetWindowColor().IsDark() ) bForceHCMode = true; Those settings come from the (usually) gtk+ theme; and (I guess) are looking to see if things are predominantly 'dark' in your theme. So - what themes are you using ? can you confirm that the same thing happens to all toolbar icons ? [ or is it just the sidebar ? (if so they're doing something odd there ;-) ]. Also, can you confirm that the SAL_FORCE_HC env. var is not set ? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
