X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b5602d59d67f779175fb98be2d233fcaef40bd7..3eac0818ff869f347e7fe3f745079624f3669b57:/wxPython/demo/ListCtrl.py diff --git a/wxPython/demo/ListCtrl.py b/wxPython/demo/ListCtrl.py index 215a773b73..da993466ec 100644 --- a/wxPython/demo/ListCtrl.py +++ b/wxPython/demo/ListCtrl.py @@ -106,6 +106,7 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin): #| wx.LC_NO_HEADER #| wx.LC_VRULES #| wx.LC_HRULES + #| wx.LC_SINGLE_SEL ) self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL)