X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=b618bf10a791c3eb3f2a063d304ced5986c59300;hb=bbec33ce1a15b555a737f2fefe7bdfb6a8881705;hp=2d34c573dc5a2558995d9c83d9e81ba018839358;hpb=699103e6e9de1b060c80c63326f1782b45dd8f73;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index 2d34c57..b618bf1 100644 --- a/src/panel.c +++ b/src/panel.c @@ -221,7 +221,6 @@ void init_panel() add_timeout(panel_autohide_hide_timeout, 0, autohide_hide, p); } - panel_refresh = 1; visible_object(); task_refresh_tasklist(); active_task(); @@ -497,6 +496,7 @@ void set_panel_items_order(Panel *p) if (panel_items_order[k] == 'C') p->area.list = g_slist_append(p->area.list, &p->clock); } + init_rendering(&p->area, 0); }