This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user