Put in loading of OBJ files
Load 64 bit matter slice in debug Build ray trace thumbnails in 64 bit always
This commit is contained in:
parent
b077ec1640
commit
5638bfa646
7 changed files with 7 additions and 7 deletions
|
|
@ -92,7 +92,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
if (this.Width < 250)
|
||||
{
|
||||
Button containerButton = linkButtonFactory.Generate(listView.ActiveContainer.Name);
|
||||
Button containerButton = linkButtonFactory.Generate(listView.ActiveContainer.Name == null ? "?" : listView.ActiveContainer.Name);
|
||||
containerButton.Name = "Bread Crumb Button " + listView.ActiveContainer.Name;
|
||||
containerButton.VAnchor = VAnchor.Center;
|
||||
containerButton.Margin = new BorderDouble(right: 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue