some progress

ugfx_release_2.6
Joel Bodenmann 2014-01-05 05:24:59 +01:00
parent bd3109851b
commit f3f3650ca9
1 changed files with 1 additions and 0 deletions

View File

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