some progress
This commit is contained in:
parent
bd3109851b
commit
f3f3650ca9
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ void gwinRedraw(GHandle gh) {
|
||||||
child->y += parent->y;
|
child->y += parent->y;
|
||||||
|
|
||||||
// redraw the window
|
// redraw the window
|
||||||
|
gwinClear(child);
|
||||||
gwinClear(parent);
|
gwinClear(parent);
|
||||||
gwinRedraw(parent);
|
gwinRedraw(parent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue