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

Buovjaga <[email protected]> changed:

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

--- Comment #2 from Buovjaga <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to