An IF statement should have been commented out along with its Console.Writeline
This commit is contained in:
parent
08f968f409
commit
b21c5da08a
@ -43,7 +43,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
get { return _TopBorder; }
|
||||
set
|
||||
{
|
||||
{
|
||||
_TopBorder = _TopBorder == value ? GridLinePattern.None : value;
|
||||
Redraw();
|
||||
}
|
||||
@ -155,7 +155,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
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");
|
||||
_TopBorder = GridLinePattern.Unknown;
|
||||
_InsideHorizontalBorder = GridLinePattern.Unknown;
|
||||
|
Loading…
x
Reference in New Issue
Block a user