projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added bash versions of my build scripts and updated BUILD.txt for how
[wxWidgets.git]
/
wxPython
/
demo
/
ListCtrl.py
diff --git
a/wxPython/demo/ListCtrl.py
b/wxPython/demo/ListCtrl.py
index b46bc3d87ab0332c166e18c00c462dc453cc37c6..76bb37b7d23deeb8baae1e18065e7e47ddafe05a 100644
(file)
--- 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