Fix issue with picker tool activation.

This commit is contained in:
Jeff Young 2019-06-11 00:25:38 +01:00
parent e9017ce0b1
commit 6623ab91a8
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include <tool/tool_manager.h> #include <tool/tool_manager.h>
#include <sch_base_frame.h> #include <sch_base_frame.h>
TOOL_ACTION EE_ACTIONS::pickerTool( "eeschema.InteractivePicker.activate", TOOL_ACTION EE_ACTIONS::pickerTool( "eeschema.InteractivePicker",
AS_GLOBAL, 0, "", "", "", NULL, AF_ACTIVATE ); AS_GLOBAL, 0, "", "", "", NULL, AF_ACTIVATE );

View File

@ -28,7 +28,7 @@
#include <view/view_controls.h> #include <view/view_controls.h>
#include <pl_editor_frame.h> #include <pl_editor_frame.h>
TOOL_ACTION PL_ACTIONS::pickerTool( "plEditor.InteractivePicker.activate", TOOL_ACTION PL_ACTIONS::pickerTool( "plEditor.InteractivePicker",
AS_GLOBAL, 0, "", "", "", NULL, AF_ACTIVATE ); AS_GLOBAL, 0, "", "", "", NULL, AF_ACTIVATE );

View File

@ -30,7 +30,7 @@
#include "tool_event_utils.h" #include "tool_event_utils.h"
#include "selection_tool.h" #include "selection_tool.h"
TOOL_ACTION PCB_ACTIONS::pickerTool( "pcbnew.InteractivePicker.activate", TOOL_ACTION PCB_ACTIONS::pickerTool( "pcbnew.InteractivePicker",
AS_GLOBAL, 0, "", "", "", nullptr, AF_ACTIVATE ); AS_GLOBAL, 0, "", "", "", nullptr, AF_ACTIVATE );