https://bugs.documentfoundation.org/show_bug.cgi?id=154446
Bug ID: 154446
Summary: Redundant option for grid line color
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 113943
Tools > Options > Calc > View (TOCV) > Visual Aids seems to be obsolete after
bug 152184 / https://gerrit.libreoffice.org/c/core/+/149059 making (General) >
Application Colors (AC) > (Spreadsheets) > Grid lines the primary color. Before
this patch the grid color was set via Calc > View if AC was COL_AUTO; and TOCV
being initialized to SC_STD_GRIDCOLOR = COL_LIGHTGRAY.
I suggest to remove the extra definition of grid colors from TOCV
(sc/source/ui/optdlg/tpview.cxx), adjust the view options to follow
svtools::CALC_GRID (sc/source/core/tool/viewopti.cxx), and use
ColorConfig::GetDefaultColor() in sc/source/ui/view/viewdata.cxx.
See also bug 118295
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=113943
[Bug 113943] [META] Options dialog's Calc settings bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.