From 924a5e68f07ef923b54af1731a3c1842a6673bf6 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 12 May 2019 18:19:20 +0100 Subject: [PATCH] Fix missing superclass call. --- eeschema/tools/lib_move_tool.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeschema/tools/lib_move_tool.cpp b/eeschema/tools/lib_move_tool.cpp index 4ae565b1bf..adb1a97cc6 100644 --- a/eeschema/tools/lib_move_tool.cpp +++ b/eeschema/tools/lib_move_tool.cpp @@ -49,6 +49,8 @@ LIB_MOVE_TOOL::~LIB_MOVE_TOOL() bool LIB_MOVE_TOOL::Init() { + EE_TOOL_BASE::Init(); + // // Add move actions to the selection tool menu //