Library Editor: Fix missing automatic annotation

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/11818
This commit is contained in:
Mike Williams 2022-06-22 09:17:44 -04:00
parent 7633540492
commit 66b3b48e93
1 changed files with 1 additions and 0 deletions

View File

@ -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() )