some progress

This commit is contained in:
Joel Bodenmann 2014-01-05 05:24:59 +01:00
parent bd3109851b
commit f3f3650ca9

View File

@ -327,6 +327,7 @@ void gwinRedraw(GHandle gh) {
child->y += parent->y;
// redraw the window
gwinClear(child);
gwinClear(parent);
gwinRedraw(parent);
}