Convert an annoying message box to an infobar

This commit is contained in:
Jon Evans 2021-01-02 22:14:10 -05:00
parent af4c6393bb
commit f01297fedd
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void LENGTH_TUNER_TOOL::performTuning()
if( !m_router->StartRouting( m_startSnapPoint, m_startItem, 0 ) )
{
wxMessageBox( m_router->FailureReason(), _( "Error" ) );
frame()->ShowInfoBarMsg( m_router->FailureReason() );
highlightNet( false );
return;
}