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

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #17 from Caolán McNamara <[email protected]> ---
sc/source/ui/view/gridwin.cxx

void ScFilterListBox::LoseFocus()
{
#ifndef UNX
    Hide();
#endif
    vcl::Window::LoseFocus();
}


has an odd

#ifndef UNX
    Hide()
#endif

block in it since the initial import. I can't see why that is there like so ?

-- 
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