Deactivate tool on block action.

Fixes: lp:1825855
* https://bugs.launchpad.net/kicad/+bug/1825855
This commit is contained in:
Jeff Young 2019-04-23 00:10:53 +01:00
parent f6d0166584
commit 0445a9913f
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <sch_draw_panel.h> #include <sch_draw_panel.h>
#include <confirm.h> #include <confirm.h>
#include <sch_edit_frame.h> #include <sch_edit_frame.h>
#include <tool/tool_manager.h>
#include <general.h> #include <general.h>
#include <class_library.h> #include <class_library.h>
#include <lib_pin.h> #include <lib_pin.h>
@ -201,6 +201,7 @@ bool SCH_EDIT_FRAME::HandleBlockEnd( wxDC* aDC )
BLOCK_COMMAND_T command = block->GetCommand(); BLOCK_COMMAND_T command = block->GetCommand();
m_canvas->CallEndMouseCapture( aDC ); m_canvas->CallEndMouseCapture( aDC );
m_toolManager->DeactivateTool();
block->SetState( state ); block->SetState( state );
block->SetCommand( command ); block->SetCommand( command );