Added a PCB_TOOL subclass.

This commit is contained in:
Tomasz Wlostowski
2016-09-12 11:50:06 +02:00
committed by Maciej Suminski
parent 9588a7974c
commit 1924507001
8 changed files with 101 additions and 26 deletions
+1 -1
View File
@@ -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 )
{