Fix cherry-pick error
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user