This commit is contained in:
Бондарев Иван 2018-11-25 19:16:05 +01:00
parent 9aed3008d6
commit 06a7c52d04

View file

@ -174,7 +174,7 @@ namespace VisualPascalABC
{
get
{
return defaultIndex;
return Math.Min(defaultIndex, InsightDataCount-1);
}
}
}