aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c
index 79a52a62..88be0c88 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -327,6 +327,7 @@ void gwinRedraw(GHandle gh) {
child->y += parent->y;
// redraw the window
+ gwinClear(child);
gwinClear(parent);
gwinRedraw(parent);
}