https://bugs.documentfoundation.org/show_bug.cgi?id=170120
--- Comment #7 from Patrick (volunteer) <[email protected]> --- (In reply to [email protected] from comment #6) > Yeah I thought about something like this too, and that's probably what I'll > end up going with. But I wonder if something in Tahoe changed WRT window > backgrounds as materials instead of plain colors? >From what I can see, the system color is retrieved in getNSBoxBackgroundColor() in vcl/osx/salframe.cxx. That was added before my time so I don't know why NSBox was used. I assume that it was a roundabout way to convert a catalog NSColor to an RGB color. > After staring at the code for a couple of days I think I have a better > solution, which is to make the bBright code not check COL_WHITE but check > GetHighContrastMode() instead which was its original intent. Your solution looks good to me and fixes the bug in my local build. -- You are receiving this mail because: You are the assignee for the bug.
