Browse Source

Viewlib: register missing EE_SELECTION_TOOL.

This tool is needed to manage the View menu.
pull/15/head
jean-pierre charras 7 years ago
parent
commit
e3815381ab
  1. 1
      eeschema/viewlib_frame.cpp

1
eeschema/viewlib_frame.cpp

@ -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…
Cancel
Save