pcbnew: register the MULTICHANNEL_TOOL in the tool manager.

This commit is contained in:
Tomasz Wlostowski 2024-01-03 19:51:04 +01:00
parent 4347ae1270
commit 689ba39581

View File

@ -731,6 +731,7 @@ void PCB_EDIT_FRAME::setupTools()
m_toolManager->RegisterTool( new GENERATOR_TOOL );
m_toolManager->RegisterTool( new SCRIPTING_TOOL );
m_toolManager->RegisterTool( new PROPERTIES_TOOL );
m_toolManager->RegisterTool( new MULTICHANNEL_TOOL );
m_toolManager->RegisterTool( new EMBED_TOOL );
m_toolManager->InitTools();