Viewlib: register missing EE_SELECTION_TOOL.

This tool is needed to manage the View menu.
This commit is contained in:
jean-pierre charras 2019-05-24 11:28:39 +02:00
parent e957fb403b
commit e3815381ab
1 changed files with 1 additions and 0 deletions

View File

@ -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();