Fix schematic offset when loaded to clipboard

This commit is contained in:
dordsor21
2021-09-28 13:16:26 +01:00
parent 56999fd1e0
commit 848eac8623
2 changed files with 5 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public class BlockArrayClipboard implements Clipboard {
shifted.shift(offset);
this.region = shifted;
this.offset = shifted.getMinimumPoint();
this.origin = parent.getOrigin();
this.origin = parent.getOrigin().add(this.offset);
}
/**