PNS: disable autopanning in case of an error

This commit is contained in:
Maciej Suminski 2018-02-16 09:04:22 +01:00
parent 07e939ed5a
commit ed9a14f01d
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ bool ROUTER_TOOL::prepareInteractive()
{
DisplayError( frame(), m_router->FailureReason() );
highlightNet( false );
controls()->SetAutoPan( false );
return false;
}