From: Robin Dunn Date: Thu, 2 Sep 2004 00:33:59 +0000 (+0000) Subject: another tst style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/41d1d7e34bfa5ebd0bfcdb7fb6df0243663a85a4?ds=inline another tst style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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)