Corretto aggiunta menu

git-svn-id: svn://10.65.10.50/trunk@1302 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1995-04-24 14:39:09 +00:00
parent bdf0984408
commit 09ac2b6f67

View File

@ -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);
}
}