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

--- Comment #3 from Rafael Lima <rafael.palma.l...@gmail.com> ---
Created attachment 183383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=183383&action=edit
Screenshot of the patched button

In [1] we see that COL_BLACK is hardcoded as the line color regardless of
anything. And for the button color the FaceColor is used (which depends on
system settings).

[1]
https://opengrok.libreoffice.org/xref/core/sc/source/ui/cctrl/dpcontrol.cxx?r=ce76f924#176

So I prepared a patch that draws the button with a light gray line
(COL_LIGHTGRAY) when the face color is dark. Otherwise, the current COL_BLACK
is used.

See the screenshot of the patched version.

The proposed patch is here:

https://gerrit.libreoffice.org/c/core/+/142150

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

Reply via email to