Convert an annoying message box to an infobar
This commit is contained in:
parent
af4c6393bb
commit
f01297fedd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue