mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
fixed clipping once and for all
This commit is contained in:
@@ -30,7 +30,7 @@ static class Demo {
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
public override void Redraw (Rect region)
|
||||
public override void Redraw (Rect bounds)
|
||||
{
|
||||
//Point pos = new Point (region.X, region.Y);
|
||||
Driver.SetAttribute (ColorScheme.Focus);
|
||||
@@ -53,7 +53,7 @@ static class Demo {
|
||||
{
|
||||
}
|
||||
|
||||
public override void Redraw (Rect region)
|
||||
public override void Redraw (Rect bounds)
|
||||
{
|
||||
Driver.SetAttribute (ColorScheme.Focus);
|
||||
var f = Frame;
|
||||
|
||||
Reference in New Issue
Block a user