Corretto cambio pagina multiplo indesiderato

git-svn-id: svn://10.65.10.50/trunk@3078 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-06-24 14:46:59 +00:00
parent 3aa3ddcb5a
commit 064c8d60ae

View File

@ -1070,6 +1070,7 @@ bool TSpreadsheet::event_handler(XI_OBJ* itf, XI_EVENT *xiev)
_check_enabled = TRUE; // Re-enable checks
}
break;
/*
case K_PREV:
case K_NEXT:
case K_ESC:
@ -1082,6 +1083,7 @@ bool TSpreadsheet::event_handler(XI_OBJ* itf, XI_EVENT *xiev)
if (xi_move_focus(get_interface()))
dispatch_e_char(parent(), (k == K_ENTER || k == K_CTRL+K_ENTER) ? K_TAB : K_BTAB);
break;
*/
case K_CTRL+K_PREV:
xi_scroll(_obj, XI_SCROLL_PGUP);
break;