!601 取消异型颜色被还原

pull/601/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent 249e39d408
commit 7b4b990193

@ -145,7 +145,7 @@ export class BoardOptionModal extends React.Component<{ board: Board; }, {}>
//取消勾选异型,板件回复正常形状
if (!this.canDrawSpecial.get() && board.IsSpecialShape)
board.InitBoard(board.Height, board.Width, board.Thickness, board.BoardType);
board.ConverToRectSolid();
app.Editor.ModalManage.Clear();

Loading…
Cancel
Save