隐藏选中后,取消选择集

pull/518/MERGE
ChenX 5 years ago
parent 3b2eb6e7e9
commit 279c7369ee

@ -13,7 +13,7 @@ export class Command_HideSelected implements Command
else
app.Editor.Prompt("没有选中实体,隐藏失败!");
app.Viewer.OutlinePass.selectedObjects.length = 0;
app.Editor.SelectCtrl.Cancel();
}
}

Loading…
Cancel
Save