projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488abb2
)
Fix to use old AutoWidthMixin API
author
Robin Dunn
<robin@alldunn.com>
Sat, 16 Oct 2004 17:46:29 +0000
(17:46 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Sat, 16 Oct 2004 17:46:29 +0000
(17:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29918
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/ListCtrl_edit.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/ListCtrl_edit.py
b/wxPython/demo/ListCtrl_edit.py
index cba1e24007610af2a053aa504edc85af62b2f536..10515eb4865979869422b392f664755391e54211 100644
(file)
--- a/
wxPython/demo/ListCtrl_edit.py
+++ b/
wxPython/demo/ListCtrl_edit.py
@@
-35,7
+35,7
@@
class TestListCtrl(wx.ListCtrl,
wx.ListCtrl.__init__(self, parent, ID, pos, size, style)
# Divide remaining space over all columns
- listmix.ListCtrlAutoWidthMixin.__init__(self
, 0, 3
)
+ listmix.ListCtrlAutoWidthMixin.__init__(self)
self.Populate()
listmix.TextEditMixin.__init__(self)