Corretta aggiunta di effetti

git-svn-id: svn://10.65.10.50/trunk@4328 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1997-05-13 09:05:36 +00:00
parent 368454c533
commit 370672c514

View File

@ -880,8 +880,12 @@ bool TVariazione_distinte::impdist_notify(TSheet_field& s, int r, KEY key)
{
if (s.to_check(key, TRUE))
calcola_totale();
if (key == K_CTRL + K_INS)
aggiungi();
if (key == K_INS)
{
aggiungi();
s.force_update();
return FALSE;
}
return TRUE;
}