fix #1516
This commit is contained in:
parent
9aed3008d6
commit
06a7c52d04
|
|
@ -174,7 +174,7 @@ namespace VisualPascalABC
|
|||
{
|
||||
get
|
||||
{
|
||||
return defaultIndex;
|
||||
return Math.Min(defaultIndex, InsightDataCount-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue