Corretto aggiunta menu
git-svn-id: svn://10.65.10.50/trunk@1302 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bdf0984408
commit
09ac2b6f67
@ -203,7 +203,8 @@ void TViswin::build_index_menu()
|
||||
for (i = 0; i < flat.items(); i++)
|
||||
{
|
||||
_BkMenuDesc& bds = (_BkMenuDesc&)flat[i];
|
||||
add_menu(bds._menu, bds._father_id);
|
||||
if (bds._menu.items() > 0)
|
||||
add_menu(bds._menu, bds._father_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user