Need to still show them

This commit is contained in:
Lars Brubaker 2020-11-13 09:12:14 -08:00
parent ad6855a156
commit 464e92c177

View file

@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl
contentRow.BackgroundColor = Color.Transparent;
foreach (var stage in this.Stages.Where(s => s.Enabled && s.Visible))
foreach (var stage in this.Stages.Where(s => s.Visible))
{
GuiWidget rightWidget = null;
var widget = new GuiWidget();