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

--- Comment #8 from Caolán McNamara <[email protected]> ---
The "Page Columns" dropdown contains real "buttons" while the bullets and
numbering dropdown is a ValueSet which is implemented in
svtools/source/control/valueset.cxx

This one uses style WB_FLATVALUESET|WB_MENUSTYLEVALUESET so the highlight
border is drawn at valueset.cxx:1278 where "mbBlackSel" is true so a black
border is used.

But why is mbBlackSel true, that's set to true with dubious(?) code (from
initial import 8ab086b6cc054501bfbf7ef6fa509c393691e860) at line 1056 if the
HighlightColor isn't considered satisfactory. So maybe the way to go is to
remove mbBlackSel and just used the Highlight color and not second guess if its
"good enough"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to