Corretta cancellazione dell' ultimo elemento di uno sheet

git-svn-id: svn://10.65.10.50/trunk@370 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-10-14 17:49:44 +00:00
parent c8a8196677
commit a75ff92cb6

View File

@ -952,7 +952,8 @@ KEY TSpreadsheet::edit(int n, KEY tasto)
if (ok)
{
destroy(n);
str2mask(n);
if (n < items())
str2mask(n);
}
}
#if XVT_OS != XVT_OS_WIN