Enable immediate mode for pin tool.

Fixes https://gitlab.com/kicad/code/kicad/issues/10156
This commit is contained in:
Jeff Young 2022-03-26 16:52:14 +00:00
parent 53ccd8bd67
commit a54457386c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ int SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent )
{
m_toolMgr->PrimeTool( aEvent.Position() );
}
else if( !aEvent.IsReactivate() && isText )
else if( !aEvent.IsReactivate() )
{
m_toolMgr->PrimeTool( { 0, 0 } );
ignorePrimePosition = true;