diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 024e12e86b..8f79cd0b1f 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -778,6 +778,7 @@ int ROUTER_TOOL::mainLoop( PNS::ROUTER_MODE aMode ) } frame->SetToolID( ID_NO_TOOL_SELECTED, wxCURSOR_DEFAULT, wxEmptyString ); + SetContextMenu( nullptr ); // Store routing settings till the next invocation m_savedSettings = m_router->Settings();