[Libreoffice-bugs] [Bug 97555] unsuitable colour feedback when selecting multiple sheet in calc
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 24 22:49:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=97555
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needsDevEval |
--- Comment #8 from Eike Rathke <erack at redhat.com> ---
AFAIK the colors in the render context are the same as the window settings,
unselected tabs are in window border color, unless the tab has a custom color
assigned, and the background color is used as selected tab color. This IMHO is
even consistent with style guides. Using the (text or cell) selection color
there is not expected. Drawing a bottom bar same as for colored tabs but in the
unselected tab color probably is the better solution, though that still would
look odd to me.
However, implementation is in svtools/source/control/tabbar.cxx class TabDrawer
drawColorLine() called from drawTab() if (mbCustomColored && mbSelected), that
could be adapted to drawColorLine() with maUnselectedColor for not
mbCustomColored.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190124/5ce93d1d/attachment.html>
More information about the Libreoffice-bugs
mailing list