[Libreoffice-bugs] [Bug 117006] On GNU/Linux, with High Contrast theme, the icon set is not correct
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 23 14:53:10 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=117006
--- Comment #13 from Heiko Tietze <tietze.heiko at gmail.com> ---
(In reply to V Stuart Foote from comment #12)
> But, isn't that already in Tools -> Options -> Accessibility [1]:
AFAIU, this option activates the automatic detection but not the result - with
a limited usage in my opinion. For the users it's a big different if they just
enable the automatic driving and close the eyes (system is always right and
needs no control) or enable the mode that warns if unexpected things happens
requiring interaction (system is mostly right but user has control over it).
>From the technical POV the code might be
if (IsDetectionEnabled) doDetect();
while my suggestion requires some "sophisticated" internal storage
IsHiContrastSystem = doDetect();
if (!hasManuallySet) {
doEnabled(IsHiContrastSystem) }
else {
doEnabled(UserSetting) };
onCheck():
hasManuallySet = true;
doEnable(!IsEnabled);
UserSetting=IsEnabled;
--
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/20180423/884f8ee5/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list