GroupSelectedMeshs -> GroupSelection
This commit is contained in:
parent
b1e3a0dd97
commit
96c924bee8
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
public partial class View3DWidget
|
||||
{
|
||||
private async void GroupSelectedMeshs()
|
||||
private async void GroupSelection()
|
||||
{
|
||||
if (Scene.HasChildren)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
doEdittingButtonsContainer.AddChild(groupButton);
|
||||
groupButton.Click += (sender, e) =>
|
||||
{
|
||||
GroupSelectedMeshs();
|
||||
GroupSelection();
|
||||
};
|
||||
|
||||
Button alignButton = smallMarginButtonFactory.Generate("Align".Localize());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue