An IF statement should have been commented out along with its Console.Writeline
This commit is contained in:
parent
08f968f409
commit
b21c5da08a
@ -155,7 +155,7 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
public void InitializeBorder(VlnFlexGrid myFlexGrid, CellRange myRange)
|
public void InitializeBorder(VlnFlexGrid myFlexGrid, CellRange myRange)
|
||||||
{
|
{
|
||||||
if (myRange.r1 == 0 && myRange.c1 == 0 && myRange.r2 == 2 && myRange.c2 == 2)
|
//if (myRange.r1 == 0 && myRange.c1 == 0 && myRange.r2 == 2 && myRange.c2 == 2)
|
||||||
//Console.WriteLine("here");
|
//Console.WriteLine("here");
|
||||||
_TopBorder = GridLinePattern.Unknown;
|
_TopBorder = GridLinePattern.Unknown;
|
||||||
_InsideHorizontalBorder = GridLinePattern.Unknown;
|
_InsideHorizontalBorder = GridLinePattern.Unknown;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user