Fix typo for thin vertical line glyph (#2618)

This commit is contained in:
Nutzzz
2023-05-09 21:02:36 -07:00
committed by GitHub
parent 440c529818
commit b3c0e1be72

View File

@@ -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));