Rectangle fix
This commit is contained in:
@@ -28,7 +28,7 @@ public sealed partial class Rectangle<T> : View<Rectangle<T>, T>, IDisplayView
|
|||||||
driver.ResetColor();
|
driver.ResetColor();
|
||||||
if (color is not null)
|
if (color is not null)
|
||||||
{
|
{
|
||||||
driver.SetForegroundColor(color);
|
driver.SetBackgroundColor(color);
|
||||||
}
|
}
|
||||||
|
|
||||||
var height = size.Height;
|
var height = size.Height;
|
||||||
|
|||||||
Reference in New Issue
Block a user