projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reenabled WM_MOUSELEAVE event handling (patch 1104551); moved duplicated code in...
[wxWidgets.git]
/
wxPython
/
demo
/
TreeCtrl.py
diff --git
a/wxPython/demo/TreeCtrl.py
b/wxPython/demo/TreeCtrl.py
index 84fe4ab2184cf994682062c5b7e217ac94ffa623..460808c9f16b0c164af3e94689652afaff9725dc 100644
(file)
--- a/
wxPython/demo/TreeCtrl.py
+++ b/
wxPython/demo/TreeCtrl.py
@@
-116,7
+116,7
@@
class TestTreeCtrlPanel(wx.Panel):
# Lets just see what's visible of its children
cookie = 0
root = event.GetItem()
# Lets just see what's visible of its children
cookie = 0
root = event.GetItem()
- (child, cookie) = self.tree.GetFirstChild(root
, cookie
)
+ (child, cookie) = self.tree.GetFirstChild(root)
while child.IsOk():
self.log.WriteText("Child [%s] visible = %d" %
while child.IsOk():
self.log.WriteText("Child [%s] visible = %d" %