summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index 0c398b3..abcfad7 100644
--- a/ui.c
+++ b/ui.c
@@ -160,6 +160,7 @@ void selector_render(Ted *ted, Selector *s) {
// draw name
rgba_u32_to_floats(entry->color, text_state.color);
+ text_state_break_kerning(&text_state);
text_utf8_with_state(font, &text_state, entry->name);
if (entry->detail) {