Added a PCB_TOOL subclass.
This commit is contained in:
committed by
Maciej Suminski
parent
9588a7974c
commit
1924507001
@@ -57,7 +57,7 @@ using namespace std::placeholders;
|
||||
#include <dialogs/dialog_track_via_properties.h>
|
||||
|
||||
EDIT_TOOL::EDIT_TOOL() :
|
||||
TOOL_INTERACTIVE( "pcbnew.InteractiveEdit" ), m_selectionTool( NULL ),
|
||||
PCB_TOOL( "pcbnew.InteractiveEdit" ), m_selectionTool( NULL ),
|
||||
m_dragging( false ), m_editModules( false ), m_undoInhibit( 0 ),
|
||||
m_updateFlag( KIGFX::VIEW_ITEM::NONE )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user