This commit is contained in:
Stanislav Shwartsman 2010-03-02 20:09:17 +00:00
parent c829df1f0a
commit 105deb58bc

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: win32_enh_dbg_osdep.cc,v 1.20 2010-03-02 20:01:33 sshwarts Exp $
// $Id: win32_enh_dbg_osdep.cc,v 1.21 2010-03-02 20:09:17 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// BOCHS ENHANCED DEBUGGER Ver 1.2
@ -1190,7 +1190,7 @@ void FillPTree()
tvis.item.stateMask = TVIS_EXPANDED;
h_PTroot = TreeView_InsertItem(hT,&tvis);
tvis.item.mask = TVIF_TEXT | TVIF_CHILDREN; // don't expand any other layers
iny i = root_param->get_size();
int i = root_param->get_size();
while (--i >= 0)
MakeBL(&h_PTroot, root_param->get(i));
ShowWindow(hT,SW_SHOW);