Actually return the bounds for temp schematics
This commit is contained in:
parent
cca9ed3a47
commit
ca9617bb57
@ -425,7 +425,8 @@ class PendingImport(QtCore.QObject):
|
|||||||
log.info("Move: using temporary")
|
log.info("Move: using temporary")
|
||||||
export = extractSchematicFromIter(sourceDim, self.selection)
|
export = extractSchematicFromIter(sourceDim, self.selection)
|
||||||
schematic = showProgress(self.tr("Copying..."), export)
|
schematic = showProgress(self.tr("Copying..."), export)
|
||||||
return schematic.getDimension(), schematic.bounds
|
tempDim = schematic.getDimension()
|
||||||
|
return tempDim, tempDim.bounds
|
||||||
|
|
||||||
# Use source as-is
|
# Use source as-is
|
||||||
if self.transformedDim is not None:
|
if self.transformedDim is not None:
|
||||||
|
Reference in New Issue
Block a user