mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:53:05 +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);
|
wrefresh(self->window);
|
||||||
|
|
||||||
#ifdef _SUPPORT_AUDIO
|
#ifdef _SUPPORT_AUDIO
|
||||||
if (ctx->infobox.active)
|
if (ctx->infobox.active) {
|
||||||
draw_infobox(self);
|
draw_infobox(self);
|
||||||
|
wrefresh(self->window);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (self->help->active) {
|
if (self->help->active)
|
||||||
wrefresh(self->window);
|
|
||||||
help_onDraw(self);
|
help_onDraw(self);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void chat_onInit(ToxWindow *self, Tox *m)
|
static void chat_onInit(ToxWindow *self, Tox *m)
|
||||||
|
Loading…
Reference in New Issue
Block a user