Enable raytraced thumbnails
This commit is contained in:
parent
c838cd4d6d
commit
992fa99b98
2 changed files with 4 additions and 5 deletions
|
|
@ -77,8 +77,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
|
||||
}
|
||||
|
||||
|
||||
#if !__ANDROID__
|
||||
//#if !__ANDROID__
|
||||
{
|
||||
mainContainer.AddChild(GetThumbnailRenderingControl());
|
||||
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
|
||||
|
|
@ -86,7 +85,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
mainContainer.AddChild(GetDisplayControl());
|
||||
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
|
||||
}
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
if (UserSettings.Instance.IsTouchScreen)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue