mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Reamed Bounds -> Viewport - MOAR rename
This commit is contained in:
@@ -1119,7 +1119,7 @@ At 0,0
|
||||
public bool IsKeyUp { get; set; }
|
||||
public override string Text { get; set; }
|
||||
|
||||
public override void OnDrawContent (Rectangle contentArea)
|
||||
public override void OnDrawContent (Rectangle viewport)
|
||||
{
|
||||
var idx = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user