!654 修复封边数据问题

pull/654/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent 9db73dcedb
commit 1863b215a1

@ -88,7 +88,7 @@ export class SealingStore extends BoardEdgesEditor
{ {
let data = this._dataMap.get(b); let data = this._dataMap.get(b);
b.BoardProcessOption.highSealed = data; b.BoardProcessOption.highSealed = data;
HandleRectBoardSealingData(b, data, cus); HandleRectBoardSealingData(b, data, cus.map(c => c.ApplyMatrix(b.OCSInv)));
} }
this._dataMap.clear(); this._dataMap.clear();
commandMachine.CommandEnd(); commandMachine.CommandEnd();

Loading…
Cancel
Save