From: Robin Dunn Date: Wed, 7 Apr 2004 19:48:18 +0000 (+0000) Subject: changed border style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/00e4ce13baabed5bb04de623311fa0f16c41c6d1 changed border style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ListCtrl.py b/wxPython/demo/ListCtrl.py index b46bc3d87a..76bb37b7d2 100644 --- a/wxPython/demo/ListCtrl.py +++ b/wxPython/demo/ListCtrl.py @@ -98,7 +98,8 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin): self.list = TestListCtrl(self, tID, style=wx.LC_REPORT - | wx.SUNKEN_BORDER + #| wx.BORDER_SUNKEN + | wx.BORDER_NONE | wx.LC_EDIT_LABELS #| wxLC_NO_HEADER #| wxLC_VRULES | wxLC_HRULES