Browse Source

Disable router menu when the tool is stopped

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
d3edc4f843
  1. 1
      pcbnew/router/router_tool.cpp

1
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();

Loading…
Cancel
Save