An IF statement should have been commented out along with its Console.Writeline
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user