开发:修复错误

pull/1568/MERGE
ChenX 3 years ago
parent 4c650daf53
commit 4b4a5b310c

@ -161,6 +161,7 @@ import { New, Save, SaveAs, SaveAsBinary } from "../Add-on/Save";
import { Command_Scale } from "../Add-on/Scale";
import { SetSmoothEdge } from "../Add-on/SetSmoothEdge/SetSmoothEdge";
import { SwitchLines } from "../Add-on/ShowLines";
import { Command_GroovesModify } from "../Add-on/showModal/GroovesModify";
import { ShowEditorBBS } from "../Add-on/showModal/ShowModal";
import { Command_ShowProcessingGroupModal } from "../Add-on/ShowProcessingGroupModal";
import { ShowRecycleBin } from "../Add-on/ShowRecycleBin";
@ -238,7 +239,6 @@ import { BuyMaterial } from './../Add-on/BuyMaterial';
import { Interfere } from './../Add-on/interfere';
import { ShowKinfeManageModal } from './../Add-on/showModal/ShowKnifeManageModal';
import { commandMachine } from './CommandMachine';
import { Command_GroovesModify } from "../Add-on/showModal/GroovesModify";
export function registerCommand()
{
commandMachine.RegisterCommand(CommandNames.Puge, new Command_Purge());
@ -598,7 +598,7 @@ export function registerCommand()
commandMachine.RegisterCommand("testw", new Command_TestTape());
commandMachine.RegisterCommand(CommandNames.Knife, new ShowKinfeManageModal());
commandMachine.RegisterCommand(CommandNames.Grooves, new Command_GroovesModify());
commandMachine.RegisterCommand(CommandNames.ModifyGroovesKnife, new Command_GroovesModify());
commandMachine.RegisterCommand(CommandNames.ShowDoor, new Command_SwitchDoor(true));
commandMachine.RegisterCommand(CommandNames.HideDoor, new Command_SwitchDoor(false));
//线条变矩形

Loading…
Cancel
Save