This commit is contained in:
2013-04-17 12:31:14 +00:00
parent bc923f77a0
commit f0d9003d0d
15 changed files with 134 additions and 76 deletions

View File

@@ -331,7 +331,7 @@ namespace Volian.Controls.Library
//}
public bool TopRowHasBorder()
{
for (int c = 0; c < Cols.Count - 1; c++)
for (int c = 0; c < Cols.Count; c++)
if (MyBorders.HorizontalLines[0, c] != GridLinePattern.None) return true;
return false;
}