the menu must be redrawn after displaying the help info

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-06-12 19:26:40 +00:00
parent 79f5f61474
commit 306de10a44
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ int run_category_menu(WINDOW *menu, int cat_num)
case 'h':
case 'H':
show_help(menu);
changed = 1;
break;
case KEY_F(7):
set_all(cat, 0);