mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
pcbnew: register the MULTICHANNEL_TOOL in the tool manager.
This commit is contained in:
parent
4347ae1270
commit
689ba39581
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user