GroupSelectedMeshs -> GroupSelection

This commit is contained in:
John Lewin 2017-06-09 07:14:55 -07:00
parent b1e3a0dd97
commit 96c924bee8
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
public partial class View3DWidget
{
private async void GroupSelectedMeshs()
private async void GroupSelection()
{
if (Scene.HasChildren)
{

View file

@ -363,7 +363,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
doEdittingButtonsContainer.AddChild(groupButton);
groupButton.Click += (sender, e) =>
{
GroupSelectedMeshs();
GroupSelection();
};
Button alignButton = smallMarginButtonFactory.Generate("Align".Localize());