Fix copy-paste error.
Fixes https://gitlab.com/kicad/code/kicad/issues/7674
This commit is contained in:
parent
f30eab422e
commit
8755f55956
|
@ -1014,7 +1014,7 @@ int SCH_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent )
|
|||
|
||||
if( isText )
|
||||
{
|
||||
item = createNewText( cursorPos, LAYER_LOCLABEL );
|
||||
item = createNewText( cursorPos, LAYER_NOTES );
|
||||
}
|
||||
else if( isGlobalLabel )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue