I’m using SVN 74742 on Linux/GTK but can’t set font/background colours on UltimateListCtrl headers and footers. Colours on list items work fine.
I’m using;
info = UltimateListItem()
info.SetFooterText(‘Hello’)
info.SetFooterTextColour(wx.BLUE)
self.SetColumn(3, info)
on a virtual report list but the text is always black. Background colours also don’t work.
In UltimateReportDemo.py all the header text appears black, even though the code sets some columns to red. Font styles do take effect though.
Am I missing something here ? Is this a bug or a feature of GTK ?
Thanks in advance.