diff --git a/prototypes/wx-02-input-output/MapperGLCanvas.cpp b/prototypes/wx-02-input-output/MapperGLCanvas.cpp index 73a9067..02594ca 100644 --- a/prototypes/wx-02-input-output/MapperGLCanvas.cpp +++ b/prototypes/wx-02-input-output/MapperGLCanvas.cpp @@ -40,6 +40,7 @@ MapperGLCanvas::MapperGLCanvas(wxFrame *parent) : } void MapperGLCanvas::Paintit(wxPaintEvent& WXUNUSED(event)) { + GetParent()->Refresh(); Render(); }