diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 8091325675..c3287bf229 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -401,6 +401,7 @@ public: Add( ACT_SelLayerAndPlaceThroughVia ); Add( ACT_SelLayerAndPlaceBlindVia ); Add( ACT_SwitchPosture ); + Add( ACT_SwitchRounding ); AppendSeparator();