对于移动命令 结束后也进行取消选择 似乎会更加友好

pull/1/head
ChenX 7 years ago
parent 8c07a0957a
commit 4069584a7a

@ -42,6 +42,7 @@ export class Command_Move implements Command
}); });
if (ptRes.Status != PromptStatus.OK) return; if (ptRes.Status != PromptStatus.OK) return;
app.m_Editor.m_SelectCtrl.Cancel();
app.m_Viewer.m_GripScene.Clear(); app.m_Viewer.m_GripScene.Clear();
} }

Loading…
Cancel
Save