Fix issue with picker tool activation.
This commit is contained in:
parent
e9017ce0b1
commit
6623ab91a8
|
@ -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 );
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue