Make sure we always show the selector on non-android.

This commit is contained in:
Lars Brubaker 2017-01-23 17:19:59 -08:00
parent a5bd2744fc
commit e7fa5fc3b8
2 changed files with 3 additions and 2 deletions

View file

@ -78,7 +78,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
}
if (!UserSettings.Instance.IsTouchScreen)
#if !__ANDROID__
{
mainContainer.AddChild(GetThumbnailRenderingControl());
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
@ -86,6 +86,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
mainContainer.AddChild(GetDisplayControl());
mainContainer.AddChild(new HorizontalLine(separatorLineColor));
}
#endif
if (UserSettings.Instance.IsTouchScreen)
{