Library Editor: Fix missing automatic annotation
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11818
This commit is contained in:
parent
7633540492
commit
66b3b48e93
|
@ -193,6 +193,7 @@ int SCH_DRAWING_TOOLS::PlaceSymbol( const TOOL_EVENT& aEvent )
|
||||||
if( symbol )
|
if( symbol )
|
||||||
{
|
{
|
||||||
addSymbol( symbol );
|
addSymbol( symbol );
|
||||||
|
annotate();
|
||||||
getViewControls()->WarpMouseCursor( getViewControls()->GetMousePosition( false ));
|
getViewControls()->WarpMouseCursor( getViewControls()->GetMousePosition( false ));
|
||||||
}
|
}
|
||||||
else if( aEvent.HasPosition() )
|
else if( aEvent.HasPosition() )
|
||||||
|
|
Loading…
Reference in New Issue