Restart drawing after switching backend to fallback.

This commit is contained in:
Alex Shvartzkop 2023-07-10 09:24:52 +05:00
parent 6a123e2381
commit bad08f88a0
1 changed files with 2 additions and 0 deletions

View File

@ -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
{