mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Rename Rect to Rectangle in preparation for removal
This commit is contained in:
@@ -322,6 +322,6 @@ public class StraightLineTests
|
||||
{
|
||||
var sl = new StraightLine (new Point (x, y), length, orientation, LineStyle.Single);
|
||||
|
||||
Assert.Equal (new Rect (expectedX, expectedY, expectedWidth, expectedHeight), sl.Bounds);
|
||||
Assert.Equal (new Rectangle (expectedX, expectedY, expectedWidth, expectedHeight), sl.Bounds);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user