Skip to content

Commit 4b78815

Browse files
committed
[fix] cursor ab equals vibe
1 parent 80f591a commit 4b78815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/textbox/widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ void ekg::ui::buffering(
15291529
}
15301530

15311531
if (is_ab_equals_selected) {
1532-
cursor.rect.x = pos.x + glyph.left + end_cursor_position;
1532+
cursor.rect.x = pos.x + end_cursor_position;
15331533
cursor.rect.y = pos.y;
15341534
cursor.rect.w = textbox.color_scheme.caret_cursor ? glyph_wsize : textbox.color_scheme.cursor_thickness;
15351535
cursor.rect.h = textbox.widget.rect_text_size.h;

0 commit comments

Comments
 (0)