aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin.c')
-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 f448453b..586636ec 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -196,6 +196,7 @@ GHandle gwinGWindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pI
return 0;
gwinSetVisible(pgw, pInit->show);
+ _gwinFlushRedraws(REDRAW_WAIT);
return pgw;
}