PNS: disable autopanning in case of an error
This commit is contained in:
parent
07e939ed5a
commit
ed9a14f01d
|
@ -684,6 +684,7 @@ bool ROUTER_TOOL::prepareInteractive()
|
|||
{
|
||||
DisplayError( frame(), m_router->FailureReason() );
|
||||
highlightNet( false );
|
||||
controls()->SetAutoPan( false );
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue