Disabilitato temporaneamente il tasto +

git-svn-id: svn://10.65.10.50/trunk@3690 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-10-01 13:33:32 +00:00
parent 9ec6c584c2
commit d7d90d1544

View File

@ -573,6 +573,9 @@ WORD TLog_mask::sheet2log(const TSheet_field& s) const
bool TLog_mask::log_notify(TSheet_field& s, int, KEY k)
{
if (k == K_INS)
return FALSE;
/*
if (k == K_INS)
{
const int last = s.items()-1;
@ -590,6 +593,7 @@ bool TLog_mask::log_notify(TSheet_field& s, int, KEY k)
}
return FALSE;
}
*/
return TRUE;
}