Restart drawing after switching backend to fallback.
This commit is contained in:
parent
6a123e2381
commit
bad08f88a0
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue