Fix visual regression

This commit is contained in:
Přemysl Eric Janouch 2017-01-24 00:12:46 +01:00
parent f76b060dc2
commit 30498ff856
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ app_draw_status (void)
bool stopped = g_ctx.state == PLAYER_STOPPED;
chtype a_song_action = stopped ? a_normal : a_highlight;
const char *toggle = g_ctx.state == PLAYER_PLAYING ? "|>" : "||";
const char *toggle = g_ctx.state == PLAYER_PLAYING ? "||" : "|>";
row_buffer_append_args (&buf,
"<<", a_song_action, " ", a_normal,
toggle, a_highlight, " ", a_normal,