|
|
|
@ -1061,6 +1061,9 @@ int SCH_EDITOR_CONTROL::Paste( const TOOL_EVENT& aEvent ) |
|
|
|
|
|
|
|
// Reset flags for subsequent move operation
|
|
|
|
item->SetFlags( IS_NEW | IS_PASTED | IS_MOVED ); |
|
|
|
// Start out hidden so the pasted items aren't "ghosted" in their original location
|
|
|
|
// before being moved to the current location.
|
|
|
|
getView()->Hide( item, true ); |
|
|
|
} |
|
|
|
|
|
|
|
if( sheetsPasted ) |
|
|
|
|