diff options
-rw-r--r-- | pugl/pugl_win.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/pugl_win.c b/pugl/pugl_win.c index 05888d3..dbb62af 100644 --- a/pugl/pugl_win.c +++ b/pugl/pugl_win.c @@ -653,6 +653,7 @@ handleMessage(PuglView* view, UINT message, WPARAM wParam, LPARAM lParam) rect = handleConfigure(view, &event); InvalidateRect(view->impl->hwnd, &rect, FALSE); UpdateWindow(view->impl->hwnd); + puglPostRedisplay(view); break; case WM_SIZE: handleConfigure(view, &event); |