Fixed listing selection bug.

This commit is contained in:
ghidragon
2026-04-02 15:28:59 -04:00
parent 7a051ad6cb
commit 6775f588c9
@@ -326,7 +326,7 @@ public class VerticalLayoutTextField implements TextField {
for (Highlight highlight : highlights) {
highlight.setOffset(-columns);
}
subField.paintSelection(g, colorManager, i, rowHeight);
subField.paintSelection(g, colorManager, i, subFieldHeight);
subField.paintHighlights(g, highlights);
subField.paintText(c, g, context);
if (cursorRow == i) {