Corretto cambio focus su celle disabilitate

git-svn-id: svn://10.65.10.50/trunk@1461 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1995-06-09 09:40:15 +00:00
parent 7d7a551caa
commit 96ceeb4b39

View File

@ -704,6 +704,7 @@ void TSpreadsheet::list_handler(XI_EVENT *xiev)
if (cell_disabled(_cur_rec, col)) // If the cell is disabled ...
{
dispatch_e_char(win(), _lastab); // ... skip to the next one.
_edit_field = NULL;
}
else
{