Fix cherry-pick error

This commit is contained in:
Seth Hillbrand
2025-10-05 06:57:43 -07:00
parent 2d0c5dc8bd
commit 0dd4d0e46c
+2 -2
View File
@@ -2163,7 +2163,7 @@ int SCH_EDITOR_CONTROL::Paste( const TOOL_EVENT& aEvent )
if( pasteMode == PASTE_MODE::UNIQUE_ANNOTATIONS )
{
annotatedSymbols[path].ReannotateDuplicates( existingRefs, annotateAlgo );
annotatedSymbols[path].ReannotateDuplicates( existingRefs, annotate.method );
}
else
{
@@ -2185,7 +2185,7 @@ int SCH_EDITOR_CONTROL::Paste( const TOOL_EVENT& aEvent )
if( pasteMode == PASTE_MODE::UNIQUE_ANNOTATIONS )
{
annotatedSymbols[pastedSheetPath].ReannotateDuplicates( existingRefs, annotateAlgo );
annotatedSymbols[pastedSheetPath].ReannotateDuplicates( existingRefs, annotate.method );
}
else
{