mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:03:03 +01:00
small fix
This commit is contained in:
parent
2f904371ae
commit
3fa8c4be0b
@ -839,14 +839,14 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
|
||||
wrefresh(self->window);
|
||||
|
||||
#ifdef _SUPPORT_AUDIO
|
||||
if (ctx->infobox.active)
|
||||
if (ctx->infobox.active) {
|
||||
draw_infobox(self);
|
||||
wrefresh(self->window);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (self->help->active) {
|
||||
wrefresh(self->window);
|
||||
if (self->help->active)
|
||||
help_onDraw(self);
|
||||
}
|
||||
}
|
||||
|
||||
static void chat_onInit(ToxWindow *self, Tox *m)
|
||||
|
Loading…
Reference in New Issue
Block a user