|
@@ -180,12 +180,10 @@ public class TileView : View
|
|
|
protected override bool OnRenderingLineCanvas () { return false; }
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
- protected override bool OnDrawComplete (Rectangle viewport)
|
|
|
+ protected override void OnDrawComplete ()
|
|
|
{
|
|
|
Driver?.SetAttribute (ColorScheme.Normal);
|
|
|
|
|
|
- //Clear ();
|
|
|
-
|
|
|
var lc = new LineCanvas ();
|
|
|
|
|
|
List<TileViewLineView> allLines = GetAllLineViewsRecursively (this);
|
|
@@ -275,7 +273,7 @@ public class TileView : View
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return false;
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
//// BUGBUG: Why is this not handled by a key binding???
|