https://issues.apache.org/ooo/show_bug.cgi?id=121251
Priority: P3
Bug ID: 121251
CC: [email protected]
Assignee: [email protected]
Summary: Color Picker: Edit will not pick up the hex color
correctly.
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO 3.4.1
Component: code
Product: ui
In the new color picker (that we are sharing with LibreOffice), attempting to
set a new hex color will end up in a grey-ish color always.
Looking at the new color picker in file:
main/cui/source/dialogs/colorpicker.cxx
towards the end of IMPL_LINK( ColorPickerDialog, ColorModifyHdl, void *, p )
it appears that all of mdRed, mdGreen and mdBlue are being assigned a scaled
version of aColor.GetRed: in other words GetBlue and GetGreen are being
ignored.
this seems wrong.
--
You are receiving this mail because:
You are on the CC list for the bug.