Merge pull request #544 from knopwob/master

draw the window before showing it
This commit is contained in:
Benedikt Heine 2018-09-13 16:55:33 +02:00 committed by GitHub
commit 76fecedfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ static gboolean run(void *data)
static gint64 next_timeout = 0;
if (!x_win_visible(win) && queues_length_displayed() > 0) {
draw();
x_win_show(win);
}