diff --git a/pcbnew/moduleframe.cpp b/pcbnew/moduleframe.cpp index 1e6e7daedf..99c45e249a 100644 --- a/pcbnew/moduleframe.cpp +++ b/pcbnew/moduleframe.cpp @@ -58,7 +58,9 @@ #include #include +#include #include + #include "tools/selection_tool.h" #include "tools/zoom_tool.h" #include "tools/edit_tool.h" @@ -950,6 +952,7 @@ void FOOTPRINT_EDIT_FRAME::setupTools() drawPanel->SetEventDispatcher( m_toolDispatcher ); + m_toolManager->RegisterTool( new COMMON_TOOLS ); m_toolManager->RegisterTool( new SELECTION_TOOL ); m_toolManager->RegisterTool( new ZOOM_TOOL ); m_toolManager->RegisterTool( new EDIT_TOOL );