mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Sorta fixed vertical. Broke wide runes
This commit is contained in:
@@ -3482,7 +3482,7 @@ ssb
|
||||
[InlineData ("A", 2, false, "A")]
|
||||
[InlineData ("AB12", 5, false, "AB12")]
|
||||
[InlineData ("AB\n12", 5, false, "A1\nB2")]
|
||||
[InlineData ("デモエ", 1, false, "")]
|
||||
[InlineData ("", 1, false, "")]
|
||||
|
||||
public void Draw_Vertical_TopBottom_LeftRight (string text, int width, bool autoSize, string expectedText)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user