Fixed bug entering edit more from library.

This commit is contained in:
Lars Brubaker 2015-01-08 11:55:50 -08:00
parent 4afadaffc1
commit 679e7cd0d5
2 changed files with 11 additions and 10 deletions

View file

@ -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;
}
}
}