diff --git a/pcbnew/router/pns_tool_base.cpp b/pcbnew/router/pns_tool_base.cpp index ae12f478ca..b8b05952d3 100644 --- a/pcbnew/router/pns_tool_base.cpp +++ b/pcbnew/router/pns_tool_base.cpp @@ -101,6 +101,7 @@ void TOOL_BASE::Reset( RESET_REASON aReason ) m_iface->SetBoard( board() ); m_iface->SetView( getView() ); m_iface->SetHostTool( this ); + m_iface->SetDisplayOptions( (PCB_DISPLAY_OPTIONS*) frame()->GetDisplayOptions() ); m_router = new ROUTER; m_router->SetInterface( m_iface );