Fixed apparent typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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(item, cookie) )
|
||||
item = treeCtrl->GetNextChild(id, cookie) )
|
||||
{
|
||||
wxGetBestTreeSize(treeCtrl, item, size);
|
||||
}
|
||||
|
Reference in New Issue
Block a user