Fix copy-paste error.

Fixes https://gitlab.com/kicad/code/kicad/issues/7674
This commit is contained in:
Jeff Young 2021-02-23 17:49:52 +00:00
parent f30eab422e
commit 8755f55956
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ int SCH_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent )
if( isText ) if( isText )
{ {
item = createNewText( cursorPos, LAYER_LOCLABEL ); item = createNewText( cursorPos, LAYER_NOTES );
} }
else if( isGlobalLabel ) else if( isGlobalLabel )
{ {