diff --git a/common/draw_panel_gal.cpp b/common/draw_panel_gal.cpp index 4d83b3ebae..494709942d 100644 --- a/common/draw_panel_gal.cpp +++ b/common/draw_panel_gal.cpp @@ -317,6 +317,8 @@ bool EDA_DRAW_PANEL_GAL::DoRePaint() DisplayInfoMessage( m_parent, _( "Could not use OpenGL, falling back to software rendering" ), wxString( err.what() ) ); + + StartDrawing(); } else {