(GLUI) Take out '>' for selected item

This commit is contained in:
twinaphex 2014-09-12 07:19:09 +02:00
parent 0e2282185f
commit a4e6af8234

View File

@ -207,7 +207,7 @@ static void glui_frame(void)
type_str, selected);
snprintf(message, sizeof(message), "%c %-*.*s %-*s",
selected ? '>' : ' ',
' ',
GLUI_TERM_WIDTH - (w + 1 + 2),
GLUI_TERM_WIDTH - (w + 1 + 2),
entry_title_buf,