]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.c
new solution for omnipresent task
[chaz/tint2] / src / util / area.c
index 0e151e28bcf663cbfb3bbf66f7efbaef7fc78014..8c40aa667a339ab8f7556566e9608b53f24fe5cb 100644 (file)
@@ -43,6 +43,11 @@ void refresh (Area *a)
        // don't draw transparent objects (without foreground and without background)
        if (a->redraw) {
                a->redraw = 0;
+               // force redraw of child
+               GSList *l;
+               for (l = a->list ; l ; l = l->next)
+                       set_redraw(l->data);
+
                //printf("draw area posx %d, width %d\n", a->posx, a->width);
                draw(a, 0);
                if (a->use_active)
This page took 0.023239 seconds and 4 git commands to generate.