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:
parent
c8a8196677
commit
a75ff92cb6
@ -952,7 +952,8 @@ KEY TSpreadsheet::edit(int n, KEY tasto)
|
|||||||
if (ok)
|
if (ok)
|
||||||
{
|
{
|
||||||
destroy(n);
|
destroy(n);
|
||||||
str2mask(n);
|
if (n < items())
|
||||||
|
str2mask(n);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if XVT_OS != XVT_OS_WIN
|
#if XVT_OS != XVT_OS_WIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user