projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
escape _ in LaTeX sources
[wxWidgets.git]
/
wxPython
/
demo
/
TreeCtrl.py
diff --git
a/wxPython/demo/TreeCtrl.py
b/wxPython/demo/TreeCtrl.py
index 24c82291c52d66646daf1de59926052467a21674..397deb0a0a736bc5aad54a16ff8c5efcfee231c1 100644
(file)
--- a/
wxPython/demo/TreeCtrl.py
+++ b/
wxPython/demo/TreeCtrl.py
@@
-43,9
+43,6
@@
class TestTreeCtrlPanel(wx.Panel):
fileidx = il.Add(wx.ArtProvider_GetBitmap(wx.ART_NORMAL_FILE, wx.ART_OTHER, isz))
smileidx = il.Add(images.getSmilesBitmap())
- b = images.getSmilesBitmap()
- print b.GetSize()
-
self.tree.SetImageList(il)
self.il = il