mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Fixed @bdisp noted error
This commit is contained in:
@@ -715,7 +715,7 @@ public class TextFormatter
|
||||
|
||||
if (value < 0)
|
||||
{
|
||||
throw new ArgumentOutOfRangeException (nameof (Width), value, @"Must be greater than or equal to 0.");
|
||||
throw new ArgumentOutOfRangeException (nameof (Height), value, @"Must be greater than or equal to 0.");
|
||||
}
|
||||
|
||||
_height = value;
|
||||
|
||||
Reference in New Issue
Block a user