Return import bounds for temporary copies
This commit is contained in:
parent
156dfa2016
commit
5a1170b856
@ -424,7 +424,7 @@ class PendingImport(QtCore.QObject):
|
||||
log.info("Move: using temporary")
|
||||
export = extractSchematicFromIter(sourceDim, self.selection)
|
||||
schematic = showProgress(self.tr("Copying..."), export)
|
||||
return schematic.getDimension()
|
||||
return schematic.getDimension(), schematic.bounds
|
||||
|
||||
# Use source as-is
|
||||
if self.transformedDim is not None:
|
||||
|
Reference in New Issue
Block a user