Enable immediate mode for pin tool.
Fixes https://gitlab.com/kicad/code/kicad/issues/10156
This commit is contained in:
parent
53ccd8bd67
commit
a54457386c
|
@ -116,7 +116,7 @@ int SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent )
|
||||||
{
|
{
|
||||||
m_toolMgr->PrimeTool( aEvent.Position() );
|
m_toolMgr->PrimeTool( aEvent.Position() );
|
||||||
}
|
}
|
||||||
else if( !aEvent.IsReactivate() && isText )
|
else if( !aEvent.IsReactivate() )
|
||||||
{
|
{
|
||||||
m_toolMgr->PrimeTool( { 0, 0 } );
|
m_toolMgr->PrimeTool( { 0, 0 } );
|
||||||
ignorePrimePosition = true;
|
ignorePrimePosition = true;
|
||||||
|
|
Loading…
Reference in New Issue