Fixed bug entering edit more from library.
This commit is contained in:
parent
4afadaffc1
commit
679e7cd0d5
2 changed files with 11 additions and 10 deletions
|
|
@ -64,8 +64,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
createSelectionDataBackgroundWorker.RunWorkerAsync();
|
||||
}
|
||||
|
||||
SelectedMeshGroupIndex = 0;
|
||||
}
|
||||
|
||||
void createSelectionDataBackgroundWorker_DoWork(object sender, DoWorkEventArgs e)
|
||||
|
|
@ -131,6 +129,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
LoadAndAddPartsToPlate(pendingPartsToLoad.ToArray());
|
||||
}
|
||||
SelectedMeshGroupIndex = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue