https://bugs.documentfoundation.org/show_bug.cgi?id=63416
--- Comment #13 from [email protected] --- Created attachment 114291 --> https://bugs.documentfoundation.org/attachment.cgi?id=114291&action=edit Patch respecting user decision for autofilter header Inbetween I've setup a libreoffice development environment. I've written a little patch, which uses the hasHeader information chosen by the user in ScDBFunc::ToggleAutoFilter(). But does it make sense to have autofilters without headers? Maybe for filters, but not for sorting. For sorting the autofilter buttons are always moving around. Should the header in ScGridWindow::UpdateAutoFilterFromMenu() always be set to true? aSortParam.bHasHeader = true; Currently the attached patch respecting the user decision (sc_63416_1.diff) has a GUI refresh problem. If the user has chosen to have no headers, the clicked button remains visible. This could be fixed if this patch is the right approach. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
