From b5c11f21e58154eb0f308758721c71c397f68da8 Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Thu, 27 Feb 2020 19:55:08 +0100 Subject: [PATCH] router: rounding mode context menu entry --- pcbnew/router/router_tool.cpp | 1 + 1 file changed, 1 insertion(+) 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();