Add LC_REPORT to the listctrl style
This commit is contained in:
@@ -37,9 +37,8 @@ class MarketBrowser(wx.Panel):
|
||||
treeStyle = self.marketView.GetWindowStyleFlag()
|
||||
treeStyle |= wx.TR_HIDE_ROOT
|
||||
self.marketView.SetWindowStyleFlag(treeStyle)
|
||||
|
||||
listStyle = self.itemView.GetWindowStyleFlag()
|
||||
listStyle |= wx.LC_NO_HEADER | wx.LC_SINGLE_SEL | wx.LC_ICON
|
||||
listStyle |= wx.LC_NO_HEADER | wx.LC_SINGLE_SEL | wx.LC_ICON | wx.LC_REPORT
|
||||
self.itemView.SetWindowStyleFlag(listStyle)
|
||||
self.itemView.InsertColumn(0, "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user