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 80f591a commit 4b78815Copy full SHA for 4b78815
src/ui/textbox/widget.cpp
@@ -1529,7 +1529,7 @@ void ekg::ui::buffering(
1529
}
1530
1531
if (is_ab_equals_selected) {
1532
- cursor.rect.x = pos.x + glyph.left + end_cursor_position;
+ cursor.rect.x = pos.x + end_cursor_position;
1533
cursor.rect.y = pos.y;
1534
cursor.rect.w = textbox.color_scheme.caret_cursor ? glyph_wsize : textbox.color_scheme.cursor_thickness;
1535
cursor.rect.h = textbox.widget.rect_text_size.h;
0 commit comments