some progress
This commit is contained in:
parent
bd3109851b
commit
f3f3650ca9
@ -327,6 +327,7 @@ void gwinRedraw(GHandle gh) {
|
||||
child->y += parent->y;
|
||||
|
||||
// redraw the window
|
||||
gwinClear(child);
|
||||
gwinClear(parent);
|
||||
gwinRedraw(parent);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user