diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index a2220f856f..f0333b4516 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -62,6 +62,12 @@ public: Add( COMMON_ACTIONS::selectCopper ); Add( COMMON_ACTIONS::selectNet ); } + +private: + CONTEXT_MENU* create() const override + { + return new SELECT_MENU(); + } };