Merge pull request #544 from knopwob/master
draw the window before showing it
This commit is contained in:
commit
76fecedfd8
@ -52,6 +52,7 @@ static gboolean run(void *data)
|
|||||||
static gint64 next_timeout = 0;
|
static gint64 next_timeout = 0;
|
||||||
|
|
||||||
if (!x_win_visible(win) && queues_length_displayed() > 0) {
|
if (!x_win_visible(win) && queues_length_displayed() > 0) {
|
||||||
|
draw();
|
||||||
x_win_show(win);
|
x_win_show(win);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user