Viewlib: register missing EE_SELECTION_TOOL.
This tool is needed to manage the View menu.
This commit is contained in:
parent
e957fb403b
commit
e3815381ab
|
@ -231,6 +231,7 @@ void LIB_VIEW_FRAME::setupTools()
|
|||
// Register tools
|
||||
m_toolManager->RegisterTool( new COMMON_TOOLS );
|
||||
m_toolManager->RegisterTool( new ZOOM_TOOL );
|
||||
m_toolManager->RegisterTool( new EE_SELECTION_TOOL );
|
||||
m_toolManager->RegisterTool( new LIB_CONTROL );
|
||||
|
||||
m_toolManager->InitTools();
|
||||
|
|
Loading…
Reference in New Issue