projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
implement proper bitmap copying
[wxWidgets.git]
/
src
/
common
/
treebase.cpp
diff --git
a/src/common/treebase.cpp
b/src/common/treebase.cpp
index 798ed50d4720790ef77231266526db0af6685ce1..bf992729d44a2538fef190dc122a63b8fbfd3770 100644
(file)
--- a/
src/common/treebase.cpp
+++ b/
src/common/treebase.cpp
@@
-121,7
+121,7
@@
static void wxGetBestTreeSize(const wxTreeCtrlBase* treeCtrl, const wxTreeItemId
wxTreeItemIdValue cookie;
for ( wxTreeItemId item = treeCtrl->GetFirstChild(id, cookie);
item.IsOk();
- item = treeCtrl->GetNextChild(i
tem
, cookie) )
+ item = treeCtrl->GetNextChild(i
d
, cookie) )
{
wxGetBestTreeSize(treeCtrl, item, size);
}