We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c561b commit f75fdd2Copy full SHA for f75fdd2
src/ui/textbox/widget.cpp
@@ -1527,7 +1527,7 @@ void ekg::ui::buffering(
1527
}
1528
1529
if (is_ab_equals_selected) {
1530
- cursor.rect.x = pos.x + end_cursor_position;
+ cursor.rect.x = pos.x + glyph.left + end_cursor_position;
1531
cursor.rect.y = pos.y;
1532
cursor.rect.w = textbox.color_scheme.caret_cursor ? glyph_wsize : textbox.color_scheme.cursor_thickness;
1533
cursor.rect.h = textbox.widget.rect_text_size.h;
0 commit comments