Aggiunta modifica per impostare in prassi.mnu livelli anche non successivi:

ed es. passare da 15 a 18.


git-svn-id: svn://10.65.10.50/trunk@2972 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-06-06 12:23:27 +00:00
parent 0be61beb4e
commit e14fef8edd

View File

@ -251,7 +251,8 @@ void TMenu_application::load_menu()
{
error_box("Too many menu levels: %d", l);
l = _max;
}
}
_first[++_max] = _menu.items();
_first[_max = l] = _menu.items();
}