diff --git a/gui/marketBrowser.py b/gui/marketBrowser.py index 238056ffc..67dd5d6b5 100644 --- a/gui/marketBrowser.py +++ b/gui/marketBrowser.py @@ -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, "")