mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix typo for thin vertical line glyph (#2618)
This commit is contained in:
@@ -508,7 +508,7 @@ namespace Terminal.Gui {
|
||||
return CM.Glyphs.VLineDa3;
|
||||
}
|
||||
if (useDotted) {
|
||||
return CM.Glyphs.VLineDa3;
|
||||
return CM.Glyphs.VLineDa4;
|
||||
}
|
||||
return useThick ? CM.Glyphs.VLineHv : (useThickDashed ? CM.Glyphs.VLineHvDa3 : (useThickDotted ? CM.Glyphs.VLineHvDa4 : CM.Glyphs.VLine));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user