[Libreoffice-bugs] [Bug 93099] UI: sort order triangles (in column headers) do not follow prevailing convention

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 23 09:13:26 UTC 2020


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

Buovjaga <ilmari.lauhakangas at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
I looked into this and noticed it could be changed in
vcl/source/app/salvtables.cxx set_sort_indicator() function by swapping the
arrows in

if (eState != TRISTATE_INDET)
{
    if (eState == TRISTATE_TRUE)
        nBits |= HeaderBarItemBits::DOWNARROW;
    else
        nBits |= HeaderBarItemBits::UPARROW;
}

However, GTK3 already uses native widgets directly and thus is unaffected by
this change. The ultimate goal is to have *all* the backends use native
widgets, so I realised that the original request does not make sense in that
future world. Thus I will close this.

-- 
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/20201123/236382b5/attachment.htm>


More information about the Libreoffice-bugs mailing list